mirror of
https://github.com/nicolargo/glances.git
synced 2026-03-16 12:58:13 -04:00
fix of the fix
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<script src="controllers.js"></script>
|
||||
</head>
|
||||
|
||||
<body ng-controller="bodyController">
|
||||
<body ng-controller="bodyController" ng-keydown="onKeyDown($event)">
|
||||
|
||||
<div ng-show="!result" class="container-fluid">Loading...</div>
|
||||
<div ng-show="result" class="container-fluid">
|
||||
|
||||
Reference in New Issue
Block a user