We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38971db commit a0b0496Copy full SHA for a0b0496
root/app/www/public/ajax/containers.php
@@ -42,7 +42,7 @@
42
</div>
43
<?php } ?>
44
<div class="col-sm-12">
45
- <div id="container-control-buttons" class="text-center" style="z-index:99999; width:80% !important; position:fixed;">
+ <div id="container-control-buttons" class="text-center" style="z-index:9999; width:80% !important; position:fixed;">
46
<div class="btn-group" role="group">
47
<button type="button" class="btn btn-outline-light bg-secondary" onclick="massApplyContainerTrigger(false, 4)"><i class="fas fa-cloud-download-alt fa-xs me-1"></i> Pull</button>
48
<button type="button" class="btn btn-outline-light bg-secondary" onclick="massApplyContainerTrigger(false, 2)"><i class="fas fa-sync-alt fa-xs me-1"></i> Restart</button>
0 commit comments