Skip to content

Commit

Permalink
serviceHealth: add new networking and rename old
Browse files Browse the repository at this point in the history
  • Loading branch information
protitude committed Nov 19, 2024
1 parent 29f4ae3 commit 4789a9f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Plugin/Block/FrontServiceHealth.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
9 changes: 6 additions & 3 deletions src/Plugin/ServiceHealth.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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);
Expand Down

0 comments on commit 4789a9f

Please sign in to comment.