Skip to content

Commit

Permalink
WebUI: Fixing for Name parameter in Rule Page Fix rucio#2830
Browse files Browse the repository at this point in the history
  • Loading branch information
DhruvSondhi committed Mar 16, 2021
1 parent 00e4a0a commit a023f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rucio/web/ui/static/rule.js
Expand Up @@ -429,7 +429,7 @@ function load_examine() {
var dt = $('#dt_examine').DataTable( {
bAutoWidth: false,
fnDrawCallback:update_links,
columns: [{'data': 'name'},
columns: [{'data': 'name'.split(".")[0]},
{'data': 'rse'},
{'data': 'attempts'},
{'data': 'last_time'},
Expand Down

0 comments on commit a023f41

Please sign in to comment.