Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
xOS committed Feb 29, 2024
1 parent 2ba1e5f commit d2563b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resource/template/dashboard-default/server.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@
<button class="ui button" onclick="addOrEditServer({{$server.Marshal}})">
<i class="edit icon"></i>
</button>
<button class="ui button" onclick="showConfirm('{{tr "
DeleteServer"}}'+'[{{$server.Name}}]','{{tr "ConfirmToDeleteThisServer"
<button class="ui button" onclick="showConfirm('{{tr "DeleteServer"}}'+'[{{$server.Name}}]','{{tr "ConfirmToDeleteThisServer"
}}',deleteRequest,'/api/server/'+{{$server.ID}})">
<i class="trash alternate outline icon"></i>
</button>
Expand Down

0 comments on commit d2563b0

Please sign in to comment.