Ops page added
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user