webapp: Repository costs can be configured by dragging repositories around in the repository list.
This commit is contained in:
parent
6af91dadb8
commit
99dc302d06
3 changed files with 28 additions and 25 deletions
|
@ -11,7 +11,7 @@
|
|||
Repositories
|
||||
<table .table .table-condensed>
|
||||
<tbody #costsortable>
|
||||
$forall (num, name, (uuid, actions)) <- repolist
|
||||
$forall (_num, name, (uuid, actions)) <- repolist
|
||||
<tr .repoline ##{"costsortable_" ++ fromUUID uuid}>
|
||||
<td .handle>
|
||||
<i .icon-resize-vertical></i>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue