Added font size selector to table panel (issue #10). Added ability to configure temp url ttl and disable sharing of via short links

This commit is contained in:
Rashid Khan
2013-03-05 14:55:24 -07:00
parent 5a0f15ba37
commit 8a521f2a7b
8 changed files with 24 additions and 4 deletions
+2 -1
View File
@@ -35,7 +35,8 @@
</div>
<div ng-show="panel.multi && panel.multi_arrange == 'vertical'">
<form>
<table class="form-horizontal">
<table class="form-horizontal">
<tr><td class="small">Queries</td></tr>
<tr ng-repeat="q in panel.query" style="margin-bottom:10px">
<td width="99%"><input type="text" ng-model="panel.query[$index]" ng-model-onblur style="width:100%"></td>
<td width="1%" style="visibility:hidden"><button class="btn btn-info" type="submit"></button></td>