fix(datasources): fixes header condition

closes #4402
This commit is contained in:
bergquist
2016-03-18 09:48:26 +01:00
parent 35e53ee511
commit 4c7f638f3c
@@ -4,8 +4,8 @@
<div class="page-container">
<div class="page-header">
<h1 ng-show="isNew">Add data source</h1>
<h1 ng-show="!isNew">Edit data source</h1>
<h1 ng-show="ctrl.isNew">Add data source</h1>
<h1 ng-hide="ctrl.isNew">Edit data source</h1>
<div class="page-header-tabs" ng-show="ctrl.hasDashboards">
<ul class="gf-tabs">