dappnode / DNP_ADMIN

DAppNode tool responsible for providing the admin UI of DAppNode
http://admin.dappnode
GNU General Public License v3.0
7 stars 21 forks source link

Add reboot host view in /system #358

Closed dapplion closed 5 years ago

dapplion commented 5 years ago

Two buttons with a simple description calling @vdo developed commands in the DAPPMANAGER.

mainview

Reboot

If you click this modal will show up

reboot1

Shutdown

If you click this modal will show up

shutdown1

If you click "Shutdown" a second modal will show up

shutdown2

Then the shutdown is executed

Pol-Lanski commented 5 years ago

Like @vdo said, maybe the name of the section should be "power management" 



On the 1st panel: image I would slightly change the wording of the reboot to: "Only use this functionality as last resort and when all other troubleshooting options have been exhausted"

and on Shutdown: "Your machine will power off and you will not be able to access the Admin UI until you turn it back on"

Pop-ups: On the Reboot popup: "Are you sure you want to reboot the host machine? Only do this if it’s strictly necessary"

Shutdown first pop-up: Shutting down host WARNING! Your machine will power off and you will not be able to turn it back on without physical access or a remote way to switch on the power.

Shutdown second pop-up: Are You Sure? Please make sure you have a way of turning the host machine’s power back on.

Also... why shutdown and not power off?

dapplion commented 5 years ago

@Pol-Lanski Thanks for the content review, applied!