Skip to content
Snippets Groups Projects
Commit 59b65d87 authored by alvaro's avatar alvaro
Browse files

Changing 'services' for 'components'

parent 69e19236
No related branches found
No related tags found
No related merge requests found
......@@ -577,7 +577,7 @@ class AdminModule extends abstractModule{
$singleLastComponentType = preg_replace('/(.*)s$/', '\1', $lastComponentType);
if($onlyService){
$menu .= "<ul class='nav nav-list'>
<li class='nav-header'>".$lastComponentType." <button class='btn btn-mini btn-info new-button' style='float:right' data-type='$singleLastComponentType'>new</button></li>\n";
<li class='nav-header'>Components <button class='btn btn-mini btn-info new-button' style='float:right' data-type='$singleLastComponentType'>new</button></li>\n";
}
}else{
$componentName = trim($line);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment