Fixes #251, text panel change is now updating panel correctly. Changed button text from Cancel to Close

This commit is contained in:
Torkel Ödegaard
2014-03-30 15:00:09 +02:00
parent ba928e18bf
commit d067b69d20
7 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -156,5 +156,5 @@
</div>
<button ng-click="add_row(dashboard.current,row); reset_row();" class="btn btn-success" ng-show="editor.index == 1">Create Row</button>
<button type="button" class="btn btn-danger" ng-click="editor.index=0;dismiss();reset_panel();dashboard.refresh()">Close</button>
<button type="button" class="btn btn-info" ng-click="editor.index=0;dismiss();reset_panel();dashboard.refresh()">Close</button>
</div>