From fe712fe2dad27dd91125282eb80940305f2f90a3 Mon Sep 17 00:00:00 2001 From: Andreas Kristiansen <6977712+AndreasK79@users.noreply.github.com> Date: Sat, 18 May 2024 09:30:56 +0200 Subject: [PATCH] Cleaned up the hardware table so that it looks like other tables --- application/controllers/Radio.php | 21 +++++++++++---------- application/views/radio/index.php | 4 ++-- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/application/controllers/Radio.php b/application/controllers/Radio.php index d57cc356c..e88450665 100755 --- a/application/controllers/Radio.php +++ b/application/controllers/Radio.php @@ -39,13 +39,13 @@ $query = $this->cat->status(); if ($query->num_rows() > 0) { - echo "
Below is a list of active radios that are connected to Wavelog.
If you haven't connected any radios yet, see the API page to generate API keys.