Commit 4c7f638f by bergquist

fix(datasources): fixes header condition

closes #4402
parent 35e53ee5
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
<div class="page-container"> <div class="page-container">
<div class="page-header"> <div class="page-header">
<h1 ng-show="isNew">Add data source</h1> <h1 ng-show="ctrl.isNew">Add data source</h1>
<h1 ng-show="!isNew">Edit data source</h1> <h1 ng-hide="ctrl.isNew">Edit data source</h1>
<div class="page-header-tabs" ng-show="ctrl.hasDashboards"> <div class="page-header-tabs" ng-show="ctrl.hasDashboards">
<ul class="gf-tabs"> <ul class="gf-tabs">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment