Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ncp-web/index.php')
-rw-r--r--ncp-web/index.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/ncp-web/index.php b/ncp-web/index.php
index 8ec35bd6..76c85084 100644
--- a/ncp-web/index.php
+++ b/ncp-web/index.php
@@ -170,8 +170,12 @@ HTML;
</div>
<div id="poweroff-dialog" class='dialog primary hidden'>
- <button id='poweroff-option_shutdown' class='primary'>shut down</button>
- <button id='poweroff-option_reboot' class='primary'>reboot</button>
+ <div id='poweroff-option_shutdown' class='button big-button'>
+ <img class="wizard-btn" src="img/poweroff.svg">&nbsp;&nbsp;shut down
+ </div>
+ <div id='poweroff-option_reboot' class='button big-button'>
+ <img class="wizard-btn" src="img/reboot.svg">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;reboot&nbsp;&nbsp;&nbsp;
+ </div>
</div>
<div id='overlay' class="hidden"></div>