Linting and tidying
This commit is contained in:
parent
7407b5ee45
commit
cdca1497cc
|
@ -196,9 +196,6 @@
|
|||
</div>
|
||||
|
||||
<style>
|
||||
.badge-pro {
|
||||
padding-right: var(--spacing-s);
|
||||
}
|
||||
.spectrum-Popover {
|
||||
max-height: 240px;
|
||||
z-index: 999;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<script>
|
||||
import { Layout, Table, Select, Pagination, Banner } from "@budibase/bbui"
|
||||
import { Layout, Table, Select, Pagination } from "@budibase/bbui"
|
||||
import DateTimeRenderer from "components/common/renderers/DateTimeRenderer.svelte"
|
||||
import StatusRenderer from "./StatusRenderer.svelte"
|
||||
import HistoryDetailsPanel from "./HistoryDetailsPanel.svelte"
|
||||
|
@ -15,7 +15,7 @@
|
|||
export let app
|
||||
|
||||
$: licensePlan = $auth.user?.license?.plan
|
||||
$: upgradeUrl = `${$admin.accountPortalUrl}/portal/upgrade`
|
||||
// $: upgradeUrl = `${$admin.accountPortalUrl}/portal/upgrade`
|
||||
|
||||
let pageInfo = createPaginationStore()
|
||||
let runHistory = null
|
||||
|
@ -240,8 +240,4 @@
|
|||
.panelOpen {
|
||||
grid-template-columns: auto 420px;
|
||||
}
|
||||
|
||||
.pro-banner {
|
||||
margin-bottom: var(--spectrum-global-dimension-static-size-300);
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue