summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-opkg/luasrc/view
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-opkg/luasrc/view')
-rw-r--r--applications/luci-app-opkg/luasrc/view/opkg.htm7
1 files changed, 7 insertions, 0 deletions
diff --git a/applications/luci-app-opkg/luasrc/view/opkg.htm b/applications/luci-app-opkg/luasrc/view/opkg.htm
index 0d2a4e2920..297891dbd8 100644
--- a/applications/luci-app-opkg/luasrc/view/opkg.htm
+++ b/applications/luci-app-opkg/luasrc/view/opkg.htm
@@ -28,6 +28,11 @@
min-width: 250px;
}
+ .controls > *:nth-child(2),
+ .controls > *:nth-child(3) {
+ flex-basis: 20%;
+ }
+
.controls > * > .btn {
flex-basis: 20px;
text-align: center;
@@ -107,6 +112,8 @@
<label><%:Actions%>:</label>
<button class="btn cbi-button-positive" data-command="update" onclick="handleOpkg(event)"><%:Update lists…%></button>
&#160;
+ <button class="btn cbi-button-action" onclick="handleUpload(event)"><%:Upload Package…%></button>
+ &#160;
<button class="btn cbi-button-neutral" onclick="handleConfig(event)"><%:Configure opkg…%></button>
</div>
</div>