diff --git a/theseus_gui/package.json b/theseus_gui/package.json index b61ac6728..e3dbae184 100644 --- a/theseus_gui/package.json +++ b/theseus_gui/package.json @@ -2,7 +2,7 @@ "name": "theseus_gui", "private": true, "version": "0.7.2", - "patch_version": "02 • Beta", + "patch_version": "03 • Beta", "development_build": true, "type": "module", "scripts": { diff --git a/theseus_gui/src/pages/instance/Index.vue b/theseus_gui/src/pages/instance/Index.vue index 0fd9f5e58..093d571c2 100644 --- a/theseus_gui/src/pages/instance/Index.vue +++ b/theseus_gui/src/pages/instance/Index.vue @@ -2,15 +2,11 @@
- +

{{ instance.metadata.name }}

- - - -
- {{t('Instance.Index.Content')}} + {{ t('Instance.Index.Content') }} - {{t('Instance.Index.Logs')}} + {{ t('Instance.Index.Logs') }} - {{t('Instance.Index.Options')}} + {{ t('Instance.Index.Options') }}
- +
- - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + +