Misc. tweaks for App Details / Configure Menus

This commit is contained in:
Lance Edgar 2023-01-16 21:55:52 -06:00
parent 9b21d52206
commit 98fa6eea05
7 changed files with 68 additions and 22 deletions

View file

@ -3,6 +3,31 @@
<%def name="render_grid_component()">
<div class="buttons">
<once-button type="is-primary"
tag="a" href="${url('tables')}"
icon-pack="fas"
icon-left="eye"
text="Tables">
</once-button>
<once-button type="is-primary"
tag="a" href="${url('model_views')}"
icon-pack="fas"
icon-left="eye"
text="Model Views">
</once-button>
<once-button type="is-primary"
tag="a" href="${url('configure_menus')}"
icon-pack="fas"
icon-left="cog"
text="Configure Menus">
</once-button>
</div>
<b-collapse class="panel" open>
<template #trigger="props">