diff --git a/ui/base1/spiri.css b/ui/base1/spiri.css new file mode 100644 index 0000000..52b0b69 --- /dev/null +++ b/ui/base1/spiri.css @@ -0,0 +1,7 @@ +.code-editor { + position: relative; + border-top: 15px solid #282c34; + border-radius: 15px; + height: 750px; + width: 100%; +} \ No newline at end of file diff --git a/ui/general/assets/icons/docker.svg b/ui/general/assets/icons/docker.svg new file mode 100644 index 0000000..a0407b9 --- /dev/null +++ b/ui/general/assets/icons/docker.svg @@ -0,0 +1,15 @@ + + + \ No newline at end of file diff --git a/ui/general/docker-compose.html b/ui/general/docker-compose.html index 5294907..2878568 100644 --- a/ui/general/docker-compose.html +++ b/ui/general/docker-compose.html @@ -5,32 +5,51 @@
Docker Compose page.
+
+ Docker compose files define the logic and configuration settings for many services present on the drone regardless of their current active state. Changes to these files will only take effect once saved and activated. Simply rebooting the drone will not apply the changes.
+
The current health status of the drone's docker containers can be found in the Docker Status page.
+