Skip to content

Commit

Permalink
ui: add prio column to /app/project
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-suse committed Mar 7, 2024
1 parent b9b60ea commit d50761d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MirrorCache/WebAPI/Controller/Rest/Table.pm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ my %tables = (
},
Project => {
keys => [['id'], ['name'],],
cols => ['id', 'name', 'path'],
cols => ['id', 'name', 'path', 'prio'],
},
);

Expand Down
1 change: 1 addition & 0 deletions templates/app/project/index.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<th class="col_value">Id</th>
<th class="col_value">Name</th>
<th class="col_value">Path</th>
<th class="col_value">Prio</th>
<th class="col_action">Actions</th>
</tr>
</thead>
Expand Down

0 comments on commit d50761d

Please sign in to comment.