Update order of builder tabs to put data before design again
This commit is contained in:
parent
79a92959da
commit
b56cfb9cec
|
@ -2,7 +2,7 @@
|
|||
import { Layout } from "@budibase/bbui"
|
||||
</script>
|
||||
|
||||
<!-- routify:options index=5 -->
|
||||
<!-- routify:options index=4 -->
|
||||
<Layout gap="S" justifyItems="center">
|
||||
<slot />
|
||||
</Layout>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
}
|
||||
</script>
|
||||
|
||||
<!-- routify:options index=2 -->
|
||||
<!-- routify:options index=1 -->
|
||||
<div class="root">
|
||||
<div class="nav">
|
||||
<Tabs {selected} on:select={selectFirstDatasource}>
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
<!-- routify:options index=2 -->
|
||||
<slot />
|
|
@ -1,2 +0,0 @@
|
|||
<!-- routify:options index=4 -->
|
||||
<slot />
|
|
@ -1,6 +0,0 @@
|
|||
Settings
|
||||
|
||||
<!-- {#if $admin.cloud && $auth.user.account}
|
||||
<UpgradeModal />
|
||||
{/if}
|
||||
<VersionModal /> -->
|
Loading…
Reference in New Issue