cleanup/fixes

This commit is contained in:
2022-12-19 19:05:35 -05:00
parent 795b6e2e2e
commit a074d8cf10
6 changed files with 6 additions and 13 deletions

View File

@@ -42,8 +42,6 @@ export default {
runJobConfirmationTitle: "Task queued",
runJobConfirmation: "Check the Tasks page to monitor the status.",
monitoring: "Monitoring",
enableMonitoring: "Enable monitoring",
extraQueryArgs: "Extra query arguments when launching from sist2-admin",
customUrl: "Custom URL when launching from sist2-admin",

View File

@@ -33,10 +33,6 @@
{{ $t("autoStart") }}
</b-form-checkbox>
<b-form-checkbox v-model="frontend.enable_monitoring" @change="update()">
{{ $t("enableMonitoring") }}
</b-form-checkbox>
<label>{{ $t("extraQueryArgs") }}</label>
<b-form-input v-model="frontend.extra_query_args" @change="update()"></b-form-input>