Skip to content
Snippets Groups Projects
Commit 26b9dcb2 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

Task #8887: fix clock display

parent 4c06b2e3
No related branches found
No related tags found
No related merge requests found
......@@ -45,15 +45,12 @@
<body>
{% raw %}
<div ng-controller="DataController as dataCtrl">
<div >Lofar Time:
<span>{{dataCtrl.dataService.lofarTime | date:'yyyy-MM-dd HH:mm:ss'}}</span>
</div>
<div >Time (local): <span>{{dataService.lofarTime | date:'yyyy-MM-dd HH:mm:ss' }}</span></div>
<div ui-layout class="top-stretch" ui-layout="{flow: 'column'}">
<header>
<uib-tabset margin-top='10px'>
<uib-tab heading="Tasks" index='0' active='true'>
<div ng-controller="GridController as gridCtrl">
<strong>Tasks:</strong>
<div id="grid" ui-grid="gridOptions" ui-grid-edit ui-grid-selection ui-grid-cellnav ui-grid-resize-columns class="grid">
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment