Version bump to 0.1.2
This commit is contained in:
@@ -746,7 +746,7 @@ def query(env):
|
||||
envs = environments()
|
||||
check_env(env, envs)
|
||||
|
||||
form = QueryForm()
|
||||
form = QueryForm(csrf_enabled=False)
|
||||
if form.validate_on_submit():
|
||||
if form.query.data[0] == '[':
|
||||
query = form.query.data
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="item right"><a href="https://github.com/puppet-community/puppetboard" target="_blank">v0.1.1</a></div>
|
||||
<div class="item right"><a href="https://github.com/puppet-community/puppetboard" target="_blank">v0.1.2</a></div>
|
||||
</div>
|
||||
<div class="ui grid padding-bottom">
|
||||
<div class="one wide column"></div>
|
||||
|
||||
Reference in New Issue
Block a user