From 81f42637f0b31b768de0d90987a9e8395fd56d02 Mon Sep 17 00:00:00 2001 From: Alexis Koralewski Date: Thu, 7 Oct 2021 14:43:06 +0200 Subject: [PATCH] F14 : When editing the obs config file, the website return yaml syntax errors --- src/core/pyros_django/obsconfig/templates/obsconfig/edit_config.html | 25 ++++++++++++++++++------- src/core/pyros_django/obsconfig/views.py | 13 ++++++++++++- 2 files changed, 30 insertions(+), 8 deletions(-) diff --git a/src/core/pyros_django/obsconfig/templates/obsconfig/edit_config.html b/src/core/pyros_django/obsconfig/templates/obsconfig/edit_config.html index 9713796..9464468 100644 --- a/src/core/pyros_django/obsconfig/templates/obsconfig/edit_config.html +++ b/src/core/pyros_django/obsconfig/templates/obsconfig/edit_config.html @@ -26,6 +26,11 @@ left:80vw; top: 30vh; } + #message{ + position:absolute; + left:80vw; + top: 25vh; + } .red{ color:red; @@ -46,8 +51,8 @@ -