windmill-components 1.501.12 → 1.501.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { JobService, ScheduleService } from "../../../gen";
|
|
2
|
-
import { goto } from "../../../navigation2";
|
|
3
2
|
import { sendUserToast } from "../../../utils";
|
|
4
3
|
export async function runScheduleNow(path, schedulePath, isFlow, workspace_id) {
|
|
5
4
|
try {
|
|
@@ -16,7 +15,7 @@ export async function runScheduleNow(path, schedulePath, isFlow, workspace_id) {
|
|
|
16
15
|
sendUserToast(`Schedule ${path} will run now`, false, [
|
|
17
16
|
{
|
|
18
17
|
label: 'Go to the run page',
|
|
19
|
-
callback: () =>
|
|
18
|
+
callback: () => window.open('/run/' + run + '?workspace=' + workspace_id, '_blank')
|
|
20
19
|
}
|
|
21
20
|
]);
|
|
22
21
|
}
|
package/package/logout.js
CHANGED
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|