diff --git a/src/Plugin/Block/FrontServiceHealth.php b/src/Plugin/Block/FrontServiceHealth.php index 2842dde..9ca9fc9 100644 --- a/src/Plugin/Block/FrontServiceHealth.php +++ b/src/Plugin/Block/FrontServiceHealth.php @@ -97,11 +97,11 @@ public function build() { } // Force the following order for for all status 0 categories. $service_order = [ - 'Network', + 'UCB Wireless', + 'Wired Internet', 'Canvas', 'Zoom', 'Buff Portal', - 'MyCUInfo', 'Identity Manager', 'Microsoft Office 365', 'Google Workspace', diff --git a/src/Plugin/ServiceHealth.php b/src/Plugin/ServiceHealth.php index 8b1e49d..a57f8c8 100644 --- a/src/Plugin/ServiceHealth.php +++ b/src/Plugin/ServiceHealth.php @@ -183,12 +183,10 @@ public function serviceLink($category) { 'Federated Identity Service' => '3174', 'Google Workspace' => '10617', 'Grouper' => '16743', - 'iClicker' => '243', 'Identity Manager' => '1169', 'Kaltura Rich Media Streaming' => '3984', 'Microsoft Office 365' => '12589', 'MyCUInfo' => 'https://mycuinfo.colorado.edu', - 'Network' => '248', 'OIT Data Centers' => '254', 'Personal Capture' => '25106', 'PlayPosit' => '21061', @@ -197,9 +195,14 @@ public function serviceLink($category) { 'SensusAccess' => '16521', 'Sympa Email Lists' => '15775', 'Turnitin' => '2323', - 'VoiceThread' => '10101', + 'UCB Guest Wireless' => '1010', + 'UCB Wireless' => '612', 'VPN' => '573', + 'VoiceThread' => '10101', + 'Wired Internet' => '737', 'Zoom' => '15005', + 'eduroam Secure Wireless' => '15585', + 'iClicker' => '243', ]; if (isset($service_links[$category]) && is_numeric($service_links[$category])) { $service = $this->nidLink($service_links[$category], $category);