Skip to content

Commit b855205

Browse files
committed
not implemented
1 parent 0a46af6 commit b855205

30 files changed

+103
-97
lines changed

modules/frontend/src/pages/processors.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ const claimIndex = (id: number) => {
181181
})
182182
}
183183
const claimStart = (id: number) => {
184+
useToast().add({color: "error", title: "Not implemented yet!", description: "Currently working on!"})
185+
return
186+
184187
useGoFetch(`/processors/${id}/start`, {method: "POST"}).then(({data, error, status}) => {
185188
if (status.value === "error") {
186189
useToast().add({
@@ -195,6 +198,9 @@ const claimStart = (id: number) => {
195198
})
196199
}
197200
const claimStop = (id: number) => {
201+
useToast().add({color: "error", title: "Not implemented yet!", description: "Currently working on!"})
202+
return
203+
198204
useGoFetch(`/processors/${id}/stop`, {method: "POST"}).then(({data, error, status}) => {
199205
if (status.value === "error") {
200206
useToast().add({

modules/frontend/static/200.html

Lines changed: 10 additions & 10 deletions
Large diffs are not rendered by default.

modules/frontend/static/404.html

Lines changed: 10 additions & 10 deletions
Large diffs are not rendered by default.

modules/frontend/static/_nuxt/4m9LHPnR.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

modules/frontend/static/_nuxt/f4acREAI.js renamed to modules/frontend/static/_nuxt/5kaKV4CP.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/frontend/static/_nuxt/MA1wvo0w.js renamed to modules/frontend/static/_nuxt/AyJLr3qE.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)