Skip to content

Commit 86ebba6

Browse files
author
Kristan Kenney
committed
Remove back button from logs page
1 parent fc35443 commit 86ebba6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/templates/admin/list_log.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<div class="l-center">
22
<div class="l-sort clearfix noselect">
33
<div class="l-unit-toolbar__buttonstrip">
4-
<a class="ui-button cancel" href="/list/server/"><i class="fas fa-arrow-left status-icon-blue"></i> <?=__('Back')?></a>
54
<a href="/delete/log/?token=<?=$_SESSION['token']?>" class="ui-button cancel" title="<?=__('Clear Log')?>"><i class="fas fa-times-circle status-icon-red"></i> <?=__('Clear Log')?></a>
65
</div>
76
<div class="l-sort-toolbar clearfix">

0 commit comments

Comments
 (0)