Merge pull request #36 from Oliver-Akins/fix/double-locked-buckets
Prevent the double-locked bucket configuration
This commit is contained in:
commit
c27c47661c
2 changed files with 2 additions and 14 deletions
|
|
@ -1,13 +1,4 @@
|
|||
<div
|
||||
class="{{#if buckets.locked}}alert-box locked{{/if}}"
|
||||
data-bucket-type="number"
|
||||
>
|
||||
{{#if buckets.locked}}
|
||||
<p class="center">
|
||||
This bucket configuration has been locked, preventing editing
|
||||
of the settings.
|
||||
</p>
|
||||
{{/if}}
|
||||
<div data-bucket-type="number">
|
||||
<div class="input-group">
|
||||
<label for="{{meta.idp}}-min">
|
||||
Minimum
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
<div
|
||||
class="{{#if buckets.locked}}alert-box locked{{/if}}"
|
||||
data-bucket-type="string"
|
||||
>
|
||||
<div data-bucket-type="string">
|
||||
<div class="input-group">
|
||||
<label for="">
|
||||
Valid Options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue