diff --git a/src/views/Settings.vue b/src/views/Settings.vue index cc08a219a..05fa7cc4a 100644 --- a/src/views/Settings.vue +++ b/src/views/Settings.vue @@ -34,23 +34,7 @@

{{ $t('OMS') }}

- - - - {{ $t("OMS instance") }} - - - {{ instanceUrl }} - - - - {{ $t('This is the name of the OMS you are connected to right now. Make sure that you are connected to the right instance before proceeding.') }} - - - {{ $t('Go to OMS') }} - - - + @@ -322,9 +306,6 @@ export default defineComponent({ setConfigurePickerPreference (ev: any){ this.store.dispatch('user/setUserPreference', { configurePicker: ev.detail.checked }) }, - goToOms(){ - window.open(this.instanceUrl.startsWith('http') ? this.instanceUrl.replace('api/', "") : `https://${this.instanceUrl}.hotwax.io/`, '_blank', 'noopener, noreferrer'); - }, getDateTime(time: any) { return DateTime.fromMillis(time).toLocaleString(DateTime.DATETIME_MED); },