|
|
|
@ -3,7 +3,7 @@ |
|
|
|
import { database } from "stores/backend" |
|
|
|
import { automationStore } from "builderStore" |
|
|
|
import { notifications } from "@budibase/bbui" |
|
|
|
import { Input, ModalContent } from "@budibase/bbui" |
|
|
|
import { Icon, Input, ModalContent } from "@budibase/bbui" |
|
|
|
import analytics from "analytics" |
|
|
|
|
|
|
|
let name |
|
|
|
@ -33,7 +33,7 @@ |
|
|
|
slot="footer" |
|
|
|
target="_blank" |
|
|
|
href="https://docs.budibase.com/automate/introduction-to-automate"> |
|
|
|
<i class="ri-information-line" /> |
|
|
|
<Icon name="InfoOutline" /> |
|
|
|
<span>Learn about automations</span> |
|
|
|
</a> |
|
|
|
</ModalContent> |
|
|
|
@ -49,10 +49,10 @@ |
|
|
|
} |
|
|
|
a span { |
|
|
|
text-decoration: underline; |
|
|
|
margin-left: var(--spectrum-alias-item-padding-s); |
|
|
|
} |
|
|
|
i { |
|
|
|
font-size: 20px; |
|
|
|
margin-right: var(--spacing-m); |
|
|
|
text-decoration: none; |
|
|
|
} |
|
|
|
</style> |
|
|
|
|