rebrand + added dockerfile agian
This commit is contained in:
parent
d1c583d4b0
commit
e4575d7d6e
11 changed files with 901 additions and 81 deletions
|
@ -179,11 +179,14 @@
|
|||
{% endif %}
|
||||
{% if args.readonly %}
|
||||
<b>
|
||||
<input style="width: 140px; float: right; background-color: #0076d18f;" disabled type="submit"
|
||||
<!--<input style="width: 140px; float: right; background-color: #0076d18f;" disabled type="submit"-->
|
||||
<!--value="Read Only" /></b>-->
|
||||
<input style="width: 140px; float: right" disabled type="submit"
|
||||
value="Read Only" /></b>
|
||||
{%- else %}
|
||||
<b>
|
||||
<input style="width: 140px; float: right; background-color: #0076d18f;" type="submit" value="Save" />
|
||||
<!--<input style="width: 140px; float: right; background-color: #0076d18f;" type="submit" value="Save" />-->
|
||||
<input style="width: 140px; float: right" type="submit" value="Save" />
|
||||
</b>
|
||||
{%- endif %}
|
||||
</div>
|
||||
|
@ -246,4 +249,4 @@
|
|||
}
|
||||
</style>
|
||||
|
||||
{% include "footer.html" %}
|
||||
{% include "footer.html" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue