Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
HAWKULAR-613 : UI for Datasource creation
Browse files Browse the repository at this point in the history
  • Loading branch information
ammendonca committed Oct 6, 2015
1 parent da1e942 commit 8d5ea23
Show file tree
Hide file tree
Showing 4 changed files with 590 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</div>

<button class="btn btn-default" type="button" ng-click="vm.showDriverAddDialog()">Add Driver</button>
<button class="btn btn-default" type="button" ng-click="vm.showDatasourceAddDialog()" disabled>Add Datasource</button>
<button class="btn btn-default" type="button" ng-click="vm.showDatasourceAddDialog()">Add Datasource</button>
</div>

<span class="hk-update pull-right" tooltip-trigger tooltip-placement="top" tooltip="Last update"><i class="fa fa-clock-o"></i>{{vm.endTimeStamp | date:'HH:mm:ss'}}</span>
Expand Down

0 comments on commit 8d5ea23

Please sign in to comment.