mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 08:01:35 +00:00
refresh button under resource picker
This commit is contained in:
@@ -37,6 +37,15 @@
|
||||
<a class="text-xs hover:underline" target="_blank" href="/resources?connect_app={resourceType}"
|
||||
>Connect the app {resourceType} to an account (if available)</a
|
||||
>
|
||||
<button
|
||||
class="text-xs text-blue-500"
|
||||
type="button"
|
||||
on:click={() => {
|
||||
loadResources(resourceType)
|
||||
}}
|
||||
>
|
||||
refresh
|
||||
</button>
|
||||
<button
|
||||
class="text-xs text-blue-500"
|
||||
type="button"
|
||||
|
||||
Reference in New Issue
Block a user