Add logo, remove session checking every 2 seconds
This commit is contained in:
parent
84db461afb
commit
eb9f9c9a6e
8 changed files with 5 additions and 14 deletions
|
@ -8,7 +8,7 @@ mainApp.controller('statusCtrl', function ($scope,$interval,$sce)
|
|||
{
|
||||
|
||||
// Update status every 2 seconds
|
||||
$interval(function(){
|
||||
/*$interval(function(){
|
||||
var status=identity.fetchStatus();
|
||||
$scope.username=status[1];
|
||||
$scope.lastconnection=status[2];
|
||||
|
@ -18,7 +18,7 @@ mainApp.controller('statusCtrl', function ($scope,$interval,$sce)
|
|||
else{
|
||||
$scope.connection=$sce.trustAsHtml("<span style=\"color:red;\">Offline</span>");
|
||||
}
|
||||
}, 2000);
|
||||
}, 2000);*/
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue