data update
This commit is contained in:
@@ -214,21 +214,37 @@ class projectData extends baseModel
|
||||
],
|
||||
'wrenchboard'=>[
|
||||
'DEV'=>[
|
||||
'description'=>'This is the description of this',
|
||||
'description'=>'WrenchBoard Development (Host File Needed for some pages)',
|
||||
'contents'=>[
|
||||
[
|
||||
'name' => 'name of the item',
|
||||
'name' => 'Back Office',
|
||||
'description' => 'This is the description of the item',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'url' => 'www.url.com',
|
||||
'url' => 'dev-backoffice.wrenchboard.local',
|
||||
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
|
||||
'status' => 'Pending'
|
||||
'status' => 'Ready'
|
||||
],
|
||||
[
|
||||
'name' => 'name of the item',
|
||||
'name' => 'Users DashBoard',
|
||||
'description' => 'This is the description of the item',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'url' => 'www.url.com',
|
||||
'url' => 'https://dev-dashboard.wrenchboard.com',
|
||||
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
|
||||
'status' => 'Ready'
|
||||
],
|
||||
[
|
||||
'name' => 'Main Website',
|
||||
'description' => 'This is the description of the item',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'url' => 'https://dev-www.wrenchboard.com',
|
||||
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
|
||||
'status' => 'Ready'
|
||||
],
|
||||
[
|
||||
'name' => 'New Users DashBoard',
|
||||
'description' => 'This is the description of the item',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'url' => 'https://dev-users.wrenchboard.com',
|
||||
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
|
||||
'status' => 'Pending'
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user