Skip to content

Commit 29378ac

Browse files
committed
Remove link
1 parent d8335b7 commit 29378ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/aws.permissions.cloud.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ async function processReferencePage() {
858858
}
859859

860860
actions_table_content += '<tr id="' + service['prefix'] + '-' + privilege['privilege'] + '">\
861-
<td rowspan="' + rowspan + '" class="tx-medium"><a href="/actions/' + service['prefix'] + ':' + privilege['privilege'] + '"><span class="tx-color-03">' + service['prefix'] + ':</span>' + privilege['privilege'] + (privilege['access_level'] == "Unknown" ? ' <span class="badge badge-danger">undocumented</span>' : '') + '</a></td>\
861+
<td rowspan="' + rowspan + '" class="tx-medium"><span class="tx-color-03">' + service['prefix'] + ':</span>' + privilege['privilege'] + (privilege['access_level'] == "Unknown" ? ' <span class="badge badge-danger">undocumented</span>' : '') + '</td>\
862862
<td rowspan="' + rowspan + '" class="tx-normal">' + privilege['description'] + '</td>\
863863
<td rowspan="' + rowspan + '" class="tx-medium">' + used_by + '</td>\
864864
<td rowspan="' + rowspan + '" class="' + access_class + '">' + privilege['access_level'] + '</td>\

0 commit comments

Comments
 (0)