Browse Source

Show properly formatted time (fixes #149)

Jakob Borg 11 years ago
parent
commit
e73b7e0398
2 changed files with 1 additions and 1 deletions
  1. 0 0
      auto/gui.files.go
  2. 1 1
      gui/index.html

File diff suppressed because it is too large
+ 0 - 0
auto/gui.files.go


+ 1 - 1
gui/index.html

@@ -278,7 +278,7 @@
         <div class="panel panel-warning">
           <div class="panel-heading"><h3 class="panel-title">Notice</h3></div>
           <div class="panel-body">
-            <p ng-repeat="err in errorList()"><small>{{err.Time | date:"hh:mm:ss.sss"}}:</small> {{friendlyNodes(err.Error)}}</p>
+            <p ng-repeat="err in errorList()"><small>{{err.Time | date:"H:mm:ss"}}:</small> {{friendlyNodes(err.Error)}}</p>
           </div>
           <div class="panel-footer">
             <button type="button" class="pull-right btn btn-sm btn-default" ng-click="clearErrors()">OK</button>

Some files were not shown because too many files changed in this diff