From a61b297a85c0db219ce32c5d87b2edbb405d8564 Mon Sep 17 00:00:00 2001 From: Alexis Koralewski Date: Fri, 26 May 2023 15:50:23 +0200 Subject: [PATCH] Add guitastro FileNames contexts view --- CHANGELOG | 2 ++ src/core/pyros_django/dashboard/templates/dashboard/file_contexts.html | 28 ++++++++++++++++++++++++++++ src/core/pyros_django/dashboard/templates/dashboard/settings.html | 9 +++++++++ src/core/pyros_django/dashboard/urls.py | 1 + src/core/pyros_django/dashboard/views.py | 25 +++++++++++++++++++++++++ 5 files changed, 65 insertions(+), 0 deletions(-) create mode 100644 src/core/pyros_django/dashboard/templates/dashboard/file_contexts.html diff --git a/CHANGELOG b/CHANGELOG index 76eb633..29730a3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,9 @@ 26-05-2023 (AKo): V0.6.24.0 - Update agents & astronomer obsconfig view to get channels components - Add option on test command to run one test method + - Add guiastro FileNames context view + 22-05-2023 (AKo): V0.6.24.0 - Update Obsconfig schema to add components & agents to channels config diff --git a/src/core/pyros_django/dashboard/templates/dashboard/file_contexts.html b/src/core/pyros_django/dashboard/templates/dashboard/file_contexts.html new file mode 100644 index 0000000..5c49751 --- /dev/null +++ b/src/core/pyros_django/dashboard/templates/dashboard/file_contexts.html @@ -0,0 +1,28 @@ +{% extends "base.html" %} + +{% load static %} +{% load tags %} + +{% block title %} + File contexts : +{% endblock %} + +{% block head %} + +{% endblock %} +{% block content %} +