mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 01:25:16 +00:00
Remove space between text and :
This commit is contained in:
parent
1cafcc1eac
commit
6ecb215896
@ -11,8 +11,7 @@
|
||||
<label>Keyword</label>
|
||||
<input type="text" class="form-control" ng-model="$ctrl.parameter.name" autofocus ng-change="$ctrl.updateTitle()">
|
||||
<div class="help-block" ng-if="!$ctrl.parameterAlreadyExists($ctrl.parameter.name)">
|
||||
This is what will be added to your query editor
|
||||
<span ng-if="$ctrl.parameter.name != ''">: \{\{ {{ $ctrl.parameter.name }} \}\}</span>
|
||||
This is what will be added to your query editor<span ng-if="$ctrl.parameter.name != ''">: \{\{ {{ $ctrl.parameter.name }} \}\}</span>
|
||||
</div>
|
||||
<div class="help-block" ng-if="$ctrl.parameterAlreadyExists($ctrl.parameter.name)">
|
||||
Parameter with this name already exists.
|
||||
|
Loading…
Reference in New Issue
Block a user