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
|
<div data-bucket-type="number">
|
||||||
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 class="input-group">
|
<div class="input-group">
|
||||||
<label for="{{meta.idp}}-min">
|
<label for="{{meta.idp}}-min">
|
||||||
Minimum
|
Minimum
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,4 @@
|
||||||
<div
|
<div data-bucket-type="string">
|
||||||
class="{{#if buckets.locked}}alert-box locked{{/if}}"
|
|
||||||
data-bucket-type="string"
|
|
||||||
>
|
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<label for="">
|
<label for="">
|
||||||
Valid Options
|
Valid Options
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue