Ops page added

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-17 07:29:33 -04:00
parent 21c41bf076
commit a59b826696
5 changed files with 233 additions and 2 deletions
+37
View File
@@ -957,5 +957,42 @@ class projectData extends baseModel
return $data;
}
public function operationList(){
$data =[
'email_server'=>[
'name' => 'Email Servers',
'description' => 'Get engaged and make money from any skills',
'banner_image' => 'project_banner.jpg',
'product_url' => 'https://virtualmail.chiefsoft.com/webmail/',
],
'logserver'=>[
'name' => 'Main Log Server',
'description' => 'Smart education platform - personal and institutions',
'banner_image' => 'project_banner.jpg',
'product_url' => '0.0.0.0',
],
'cache_001'=>[
'name' => 'Primary Chache Server',
'description' => 'This is the description of the project',
'banner_image' => 'project_banner.jpg',
'product_url' => '0.0.0.0',
],
'jenkis01'=>[
'name' => 'Primary Jenkins',
'description' => 'This is the description of the project',
'banner_image' => 'project_banner.jpg',
'product_url' => 'http://10.0.0.56:8080/login?from=%2F',
],
'jenkis02'=>[
'name' => 'Secondary Jenkins',
'description' => 'This is the description of the project',
'banner_image' => 'project_banner.jpg',
'product_url' => 'http://10.204.5.20:8080/login?from=%2F',
],
];
return $data;
}
}