@ -509,10 +509,10 @@ class Theme {
prepare_system_action_buttons() {
let template,
actions = {
shutdown: "power-off",
shutdown: 'power-off',
hibernate: "asterisk",
hibernate: 'asterisk',
suspend: "arrow-down",
suspend: 'arrow-down',
restart: "refresh"
restart: 'refresh'
};
for ( let action of Object.keys( actions ) ) {