File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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>\
You can’t perform that action at this time.
0 commit comments