Misc. tweaks for App Details / Configure Menus
This commit is contained in:
parent
9b21d52206
commit
98fa6eea05
7 changed files with 68 additions and 22 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue