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"
|
import { Layout } from "@budibase/bbui"
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- routify:options index=5 -->
|
<!-- routify:options index=4 -->
|
||||||
<Layout gap="S" justifyItems="center">
|
<Layout gap="S" justifyItems="center">
|
||||||
<slot />
|
<slot />
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- routify:options index=2 -->
|
<!-- routify:options index=1 -->
|
||||||
<div class="root">
|
<div class="root">
|
||||||
<div class="nav">
|
<div class="nav">
|
||||||
<Tabs {selected} on:select={selectFirstDatasource}>
|
<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