-
Ansible Playbook generator and orchestrator
![I'm Playable](assets/images/Button-1-play-icon.png)
@@ -102,7 +101,7 @@
mmumshad@gmail.com
@mmumshad
- I am an Ansible Enthusiast. This is a fun project that I think will help Ansible users. I Look forward to working with you in maintaining and improving this open-source platform.
+ I am an Ansible Enthusiast. This is a fun project that I think will help Ansible users. I Look forward to working with you in maintaining and improving this open-source project.
diff --git a/client/components/navbar/navbar.component.js b/client/components/navbar/navbar.component.js
index cd5f0ca..81f155f 100644
--- a/client/components/navbar/navbar.component.js
+++ b/client/components/navbar/navbar.component.js
@@ -4,10 +4,10 @@
import angular from 'angular';
export class NavbarComponent {
- menu = [{
+ menu = [/*{
'title': 'Home',
'state': 'main'
- },{
+ }*/,{
'title': 'Projects',
'state': 'project'
},{
diff --git a/client/components/navbar/navbar.html b/client/components/navbar/navbar.html
index 2f3ff5e..657784f 100644
--- a/client/components/navbar/navbar.html
+++ b/client/components/navbar/navbar.html
@@ -19,7 +19,7 @@