Skip to content

Commit

Permalink
Merge pull request #75 from newpanjing/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
newpanjing authored Jun 3, 2019
2 parents 20a1502 + c4f9712 commit b4efd04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion simpleui/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
def get_version():
return '2.1.2'
return '2.1.2.0603'
2 changes: 1 addition & 1 deletion simpleui/templates/admin/actions.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<el-button icon="fas fa-download" data-name="{{ field.0 }}">{{ field.1 }}</el-button>
{% else %}
<el-button :icon="customButton.{{ field.0 }}.icon" :style="customButton.{{ field.0 }}.style"
:type="customButton.{{ field.0 }}.type" data-name="{{ field.0 }}">{{ field.1 }}111
:type="customButton.{{ field.0 }}.type" data-name="{{ field.0 }}">{{ field.1 }}
</el-button>
{% endif %}
{% endif %}
Expand Down

0 comments on commit b4efd04

Please sign in to comment.