fix alignment and remove install button from catalog
This commit is contained in:
parent
55db0d580d
commit
bfe66ddc3a
@ -353,11 +353,14 @@ body {
|
||||
flex-direction: column;
|
||||
.item {
|
||||
display: flex;
|
||||
margin-bottom: 2em;
|
||||
margin-bottom: 1em;
|
||||
align-items: center;
|
||||
height: 3em;
|
||||
|
||||
span {
|
||||
font-weight: bold;
|
||||
div {
|
||||
height: 100%;
|
||||
font-weight: 600;
|
||||
width: 25em;
|
||||
}
|
||||
|
||||
input {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<div class="config">
|
||||
{% for key, value in config.items() %}
|
||||
<div class="item">
|
||||
<span>{{ key }}:</span>
|
||||
<div>{{ key }}:</div>
|
||||
<form
|
||||
action="{{ url_for('config_set', name=key, next=url_for('plugin', name=plugin_name)) }}"
|
||||
method="POST"
|
||||
|
||||
@ -48,10 +48,6 @@ View and install available plugins.
|
||||
<form action="{{ url_for('plugin_upgrade', name=plugin.name) }}" method="POST">
|
||||
<button type="submit">Upgrade</button>
|
||||
</form>
|
||||
{% else %}
|
||||
<form action="{{ url_for('plugin_install', name=plugin.name) }}" method="POST">
|
||||
<button type="submit">Install</button>
|
||||
</form>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user