Added VNF_Catalogue Server 05/28405/2
authorKumar Rishabh <shailrishabh@gmail.com>
Fri, 10 Feb 2017 05:01:59 +0000 (10:31 +0530)
committerKumar Rishabh <shailrishabh@gmail.com>
Fri, 10 Feb 2017 05:08:38 +0000 (10:38 +0530)
commit76e8a833fb517d711a38fc4e122246e56cfd1f6b
treee79bd4e8d0504fbebb71f602f2fa1649553a1828
parentf46d6de5ff79393df52edc8f31c6480445bc7259
Added VNF_Catalogue Server

Change-Id: I45cedac46f06e6e1f080dd3bc38d6f79eec37fa6
Signed-off-by: Kumar Rishabh <shailrishabh@gmail.com>
17 files changed:
.gitignore
utils/test/vnfcatalogue/VNF_Catalogue/README.md [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/app.js [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/bin/www [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/package.json [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/public/images/3rd_party/commits.png [moved from utils/test/vnfcatalogue/assets/Vnf_landing/assets/images/3rd_party/commits.png with 100% similarity]
utils/test/vnfcatalogue/VNF_Catalogue/public/images/logo.png [moved from utils/test/vnfcatalogue/assets/Vnf_landing/assets/images/logo.png with 100% similarity]
utils/test/vnfcatalogue/VNF_Catalogue/public/javascripts/global.js [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/public/stylesheets/3rd_party/bootstrap.css [moved from utils/test/vnfcatalogue/assets/Vnf_landing/assets/css/3rd_party/bootstrap.css with 100% similarity]
utils/test/vnfcatalogue/VNF_Catalogue/public/stylesheets/style.css [moved from utils/test/vnfcatalogue/assets/Vnf_landing/assets/css/style.css with 98% similarity]
utils/test/vnfcatalogue/VNF_Catalogue/routes/index.js [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/routes/search_projects.js [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/views/error.jade [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/views/index.jade [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/views/layout.jade [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/views/search_projects.jade [new file with mode: 0644]
utils/test/vnfcatalogue/assets/Vnf_landing/index.html [deleted file]