bring back reboot button

This commit is contained in:
Girish Ramakrishnan
2020-03-17 22:09:34 -07:00
parent a7e2c74158
commit c278d0c5d4
4 changed files with 68 additions and 2 deletions
+1 -1
View File
@@ -111,5 +111,5 @@ angular.module('Application').controller('NotificationsController', ['$scope', '
Client.onReconnect(function () {
$scope.notifications.refresh();
})
});
}]);