k8sClusters; k8sRepos 93/8293/3
authorlombardofr <lombardo@everyup.it>
Tue, 3 Dec 2019 10:23:17 +0000 (11:23 +0100)
committerlombardofr <lombardo@everyup.it>
Tue, 3 Dec 2019 10:50:10 +0000 (11:50 +0100)
commit3c7234a89c9cea821cd94f38b6de32acc71bfe74
tree0b7d116778ae1f39dd05f60424504be6d68966b6
parente96d058fe5c681052f45c1d794ba80b09b162c64
k8sClusters; k8sRepos

Change-Id: Ife3ea193ec9479f685ff8e969335c1343a2ad1ac
Signed-off-by: lombardofr <lombardo@everyup.it>
25 files changed:
build-debpkg.sh
k8sclusterhandler/__init__.py [new file with mode: 0644]
k8sclusterhandler/apps.py [new file with mode: 0644]
k8sclusterhandler/template/k8scluster_list.html [new file with mode: 0644]
k8sclusterhandler/template/modal/k8scluster_details.html [new file with mode: 0644]
k8sclusterhandler/template/modal/k8scluster_register.html [new file with mode: 0644]
k8sclusterhandler/template/modal/k8scluster_update.html [new file with mode: 0644]
k8sclusterhandler/urls.py [new file with mode: 0644]
k8sclusterhandler/views.py [new file with mode: 0644]
k8srepohandler/__init__.py [new file with mode: 0644]
k8srepohandler/apps.py [new file with mode: 0644]
k8srepohandler/models.py [new file with mode: 0644]
k8srepohandler/template/k8srepo_list.html [new file with mode: 0644]
k8srepohandler/template/modal/k8srepo_details.html [new file with mode: 0644]
k8srepohandler/template/modal/k8srepo_register.html [new file with mode: 0644]
k8srepohandler/template/modal/k8srepo_update.html [new file with mode: 0644]
k8srepohandler/urls.py [new file with mode: 0644]
k8srepohandler/views.py [new file with mode: 0644]
lib/osm/osmclient/clientv2.py
projecthandler/template/project/osm/osm_project_left_sidebar.html
sf_t3d/settings.py
sf_t3d/urls.py
static/src/k8sclusterhandler/k8sclusters_list.js [new file with mode: 0644]
static/src/k8srepohandler/k8srepos_list.js [new file with mode: 0644]
vimhandler/views.py