adding calipso ui 75/38275/1
authorKoren Lev <korenlev@gmail.com>
Thu, 27 Jul 2017 13:42:15 +0000 (16:42 +0300)
committerKoren Lev <korenlev@gmail.com>
Thu, 27 Jul 2017 13:42:15 +0000 (16:42 +0300)
commitb88c78e3cf2bef22aa2f1c4d0bf305e303bc15f0
treeffa30a6e1511d72562d8772b8700cda52b2752a1
parentb70483739d1f6f4f0d31987ed2e4d1e30d71d579
adding calipso ui

Change-Id: Ifa6f63daebb07f45580f747341960e898fdb00c4
Signed-off-by: Koren Lev <korenlev@gmail.com>
416 files changed:
ui/Dockerfile [new file with mode: 0644]
ui/app.styl [new file with mode: 0644]
ui/build-deploy [new file with mode: 0755]
ui/build.sh [new file with mode: 0755]
ui/client/accounts-config.js [new file with mode: 0644]
ui/client/css/accordionNavMenu.styl [new file with mode: 0644]
ui/client/css/components.styl [new file with mode: 0644]
ui/client/css/d3graph.styl [new file with mode: 0644]
ui/client/css/flex.styl [new file with mode: 0644]
ui/client/css/header.styl [new file with mode: 0644]
ui/client/css/landing.css [new file with mode: 0644]
ui/client/css/loading.styl [new file with mode: 0644]
ui/client/css/modals.styl [new file with mode: 0644]
ui/client/css/plugins.styl [new file with mode: 0644]
ui/client/css/wizard.css [new file with mode: 0644]
ui/client/lib/jquery.multilevelpushmenu.css [new file with mode: 0644]
ui/client/lib/jquery.multilevelpushmenu.js [new file with mode: 0644]
ui/client/main.html [new file with mode: 0644]
ui/client/main.js [new file with mode: 0644]
ui/client/main.styl [new file with mode: 0644]
ui/client/style/d3plusgraph.css [new file with mode: 0644]
ui/client/style/landingpage.css [new file with mode: 0644]
ui/client/style/multilevelorig.css [new file with mode: 0644]
ui/client/style/threeTest.css [new file with mode: 0644]
ui/client/style/threeTest2.css [new file with mode: 0644]
ui/client/templates/envdialog.html [new file with mode: 0644]
ui/client/templates/header.html [new file with mode: 0644]
ui/client/templates/mainPage.html [new file with mode: 0644]
ui/contributors.md [new file with mode: 0644]
ui/doc/tasks/refactor-tree-node-to-component.md [new file with mode: 0644]
ui/imports/api/accounts/methods.js [new file with mode: 0644]
ui/imports/api/accounts/server/publications.js [new file with mode: 0644]
ui/imports/api/attributes_for_hover_on_data/attributes_for_hover_on_data.js [new file with mode: 0644]
ui/imports/api/attributes_for_hover_on_data/methods.js [new file with mode: 0644]
ui/imports/api/attributes_for_hover_on_data/server/publications.js [new file with mode: 0644]
ui/imports/api/clique-constraints/clique-constraints.js [new file with mode: 0644]
ui/imports/api/clique-constraints/methods.js [new file with mode: 0644]
ui/imports/api/clique-constraints/server/publications.js [new file with mode: 0644]
ui/imports/api/clique-types/clique-types.js [new file with mode: 0644]
ui/imports/api/clique-types/methods.js [new file with mode: 0644]
ui/imports/api/clique-types/server/publications.js [new file with mode: 0644]
ui/imports/api/cliques/cliques.js [new file with mode: 0644]
ui/imports/api/cliques/methods.js [new file with mode: 0644]
ui/imports/api/cliques/server/publications.js [new file with mode: 0644]
ui/imports/api/constants/constants.js [new file with mode: 0644]
ui/imports/api/constants/data/distributions.js [new file with mode: 0644]
ui/imports/api/constants/data/env-types.js [new file with mode: 0644]
ui/imports/api/constants/data/environment-monitoring-types.js [new file with mode: 0644]
ui/imports/api/constants/data/environment-provision-types.js [new file with mode: 0644]
ui/imports/api/constants/data/log-levels.js [new file with mode: 0644]
ui/imports/api/constants/data/mechanism-drivers.js [new file with mode: 0644]
ui/imports/api/constants/data/message-source-systems.js [new file with mode: 0644]
ui/imports/api/constants/data/network-plugins.js [new file with mode: 0644]
ui/imports/api/constants/data/object-types-for-links.js [new file with mode: 0644]
ui/imports/api/constants/data/scans-statuses.js [new file with mode: 0644]
ui/imports/api/constants/data/type-drivers.js [new file with mode: 0644]
ui/imports/api/constants/server/publications.js [new file with mode: 0644]
ui/imports/api/environments/configuration-groups/aci-configuration.js [new file with mode: 0644]
ui/imports/api/environments/configuration-groups/amqp-configuration.js [new file with mode: 0644]
ui/imports/api/environments/configuration-groups/cli-configuration.js [new file with mode: 0644]
ui/imports/api/environments/configuration-groups/monitoring-configuration.js [new file with mode: 0644]
ui/imports/api/environments/configuration-groups/mysql-configuration.js [new file with mode: 0644]
ui/imports/api/environments/configuration-groups/nfv-provider-configuration.js [new file with mode: 0644]
ui/imports/api/environments/configuration-groups/open-stack-configuration.js [new file with mode: 0644]
ui/imports/api/environments/environments.js [new file with mode: 0644]
ui/imports/api/environments/methods.js [new file with mode: 0644]
ui/imports/api/environments/server/publications.js [new file with mode: 0644]
ui/imports/api/inventories/inventories.js [new file with mode: 0644]
ui/imports/api/inventories/server/methods.js [new file with mode: 0644]
ui/imports/api/inventories/server/publications.js [new file with mode: 0644]
ui/imports/api/link-types/link-types.js [new file with mode: 0644]
ui/imports/api/link-types/methods.js [new file with mode: 0644]
ui/imports/api/link-types/server/publications.js [new file with mode: 0644]
ui/imports/api/links/links.js [new file with mode: 0644]
ui/imports/api/links/methods.js [new file with mode: 0644]
ui/imports/api/links/server/publications.js [new file with mode: 0644]
ui/imports/api/messages/messages.js [new file with mode: 0644]
ui/imports/api/messages/methods.js [new file with mode: 0644]
ui/imports/api/messages/server/methods.js [new file with mode: 0644]
ui/imports/api/messages/server/publications.js [new file with mode: 0644]
ui/imports/api/migrations/migrations.js [new file with mode: 0644]
ui/imports/api/scans/methods.js [new file with mode: 0644]
ui/imports/api/scans/scans.js [new file with mode: 0644]
ui/imports/api/scans/server/methods.js [new file with mode: 0644]
ui/imports/api/scans/server/publications.js [new file with mode: 0644]
ui/imports/api/scheduled-scans/methods.js [new file with mode: 0644]
ui/imports/api/scheduled-scans/scheduled-scans.js [new file with mode: 0644]
ui/imports/api/scheduled-scans/server/methods.js [new file with mode: 0644]
ui/imports/api/scheduled-scans/server/publications.js [new file with mode: 0644]
ui/imports/api/simple-schema.init.js [new file with mode: 0644]
ui/imports/api/statistics/helpers.js [new file with mode: 0644]
ui/imports/api/statistics/methods.js [new file with mode: 0644]
ui/imports/api/statistics/server/publications.js [new file with mode: 0644]
ui/imports/api/statistics/statistics.js [new file with mode: 0644]
ui/imports/api/supported_environments/methods.js [new file with mode: 0644]
ui/imports/api/supported_environments/server/publications.js [new file with mode: 0644]
ui/imports/api/supported_environments/supported_environments.js [new file with mode: 0644]
ui/imports/index.styl [new file with mode: 0644]
ui/imports/lib/d3-graph.js [new file with mode: 0644]
ui/imports/lib/d3three.js [new file with mode: 0644]
ui/imports/lib/general-regex.js [new file with mode: 0644]
ui/imports/lib/icon.js [new file with mode: 0644]
ui/imports/lib/images-for-node-type.js [new file with mode: 0644]
ui/imports/lib/regex-utils.js [new file with mode: 0644]
ui/imports/lib/simple-schema-utils.js [new file with mode: 0644]
ui/imports/lib/utilities.js [new file with mode: 0644]
ui/imports/startup/both/config.js [new file with mode: 0644]
ui/imports/startup/both/configs/accounts.js [new file with mode: 0644]
ui/imports/startup/both/index.js [new file with mode: 0644]
ui/imports/startup/client/index.js [new file with mode: 0644]
ui/imports/startup/client/template-helpers.js [new file with mode: 0644]
ui/imports/startup/server/config.js [new file with mode: 0644]
ui/imports/startup/server/configs/accounts.js [new file with mode: 0644]
ui/imports/startup/server/index.js [new file with mode: 0644]
ui/imports/startup/server/register-api.js [new file with mode: 0644]
ui/imports/startup/server/seeds.js [new file with mode: 0644]
ui/imports/startup/server/seeds/constants.js [new file with mode: 0644]
ui/imports/startup/server/seeds/users.js [new file with mode: 0644]
ui/imports/ui/actions/environment-panel.actions.js [new file with mode: 0644]
ui/imports/ui/actions/graph-tooltip-window.actions.js [new file with mode: 0644]
ui/imports/ui/actions/main-app.actions.js [new file with mode: 0644]
ui/imports/ui/actions/navigation.js [new file with mode: 0644]
ui/imports/ui/actions/search-interested-parties.js [new file with mode: 0644]
ui/imports/ui/actions/tree-node.actions.js [new file with mode: 0644]
ui/imports/ui/actions/vedge-info-window.actions.js [new file with mode: 0644]
ui/imports/ui/components/accordion-nav-menu/accordion-nav-menu.html [new file with mode: 0644]
ui/imports/ui/components/accordion-nav-menu/accordion-nav-menu.js [new file with mode: 0644]
ui/imports/ui/components/accordion-nav-menu/accordion-nav-menu.styl [new file with mode: 0644]
ui/imports/ui/components/accordion-wiki-menu/accordion-wiki-menu.html [new file with mode: 0644]
ui/imports/ui/components/accordion-wiki-menu/accordion-wiki-menu.js [new file with mode: 0644]
ui/imports/ui/components/accordionTreeNode/accordion-tree-node.styl [new file with mode: 0644]
ui/imports/ui/components/accordionTreeNode/accordionTreeNode.html [new file with mode: 0644]
ui/imports/ui/components/accordionTreeNode/accordionTreeNode.js [new file with mode: 0644]
ui/imports/ui/components/accordionTreeNodeChildren/accordionTreeNodeChildren.html [new file with mode: 0644]
ui/imports/ui/components/accordionTreeNodeChildren/accordionTreeNodeChildren.js [new file with mode: 0644]
ui/imports/ui/components/aggregate-dashboard/aggregate-dashboard.html [new file with mode: 0644]
ui/imports/ui/components/aggregate-dashboard/aggregate-dashboard.js [new file with mode: 0644]
ui/imports/ui/components/aggregate-dashboard/aggregate-dashboard.styl [new file with mode: 0644]
ui/imports/ui/components/alarm-icons/alarm-icons.html [new file with mode: 0644]
ui/imports/ui/components/alarm-icons/alarm-icons.js [new file with mode: 0644]
ui/imports/ui/components/alarm-icons/alarm-icons.styl [new file with mode: 0644]
ui/imports/ui/components/auto-search-result-line/auto-search-result-line.html [new file with mode: 0644]
ui/imports/ui/components/auto-search-result-line/auto-search-result-line.js [new file with mode: 0644]
ui/imports/ui/components/auto-search-result-line/auto-search-result-line.styl [new file with mode: 0644]
ui/imports/ui/components/breadcrumb/breadcrumb.html [new file with mode: 0644]
ui/imports/ui/components/breadcrumb/breadcrumb.js [new file with mode: 0644]
ui/imports/ui/components/breadcrumb/breadcrumb.styl [new file with mode: 0644]
ui/imports/ui/components/breadcrumbNode/breadcrumbNode.html [new file with mode: 0644]
ui/imports/ui/components/breadcrumbNode/breadcrumbNode.js [new file with mode: 0644]
ui/imports/ui/components/breadcrumbNode/breadcrumbNode.styl [new file with mode: 0644]
ui/imports/ui/components/clique-constraint/clique-constraint.html [new file with mode: 0644]
ui/imports/ui/components/clique-constraint/clique-constraint.js [new file with mode: 0644]
ui/imports/ui/components/clique-constraint/clique-constraint.styl [new file with mode: 0644]
ui/imports/ui/components/clique-constraints-list/clique-constraints-list.html [new file with mode: 0644]
ui/imports/ui/components/clique-constraints-list/clique-constraints-list.js [new file with mode: 0644]
ui/imports/ui/components/clique-constraints-list/clique-constraints-list.styl [new file with mode: 0644]
ui/imports/ui/components/clique-type/clique-type.html [new file with mode: 0644]
ui/imports/ui/components/clique-type/clique-type.js [new file with mode: 0644]
ui/imports/ui/components/clique-type/clique-type.styl [new file with mode: 0644]
ui/imports/ui/components/clique-types-list/clique-types-list.html [new file with mode: 0644]
ui/imports/ui/components/clique-types-list/clique-types-list.js [new file with mode: 0644]
ui/imports/ui/components/clique-types-list/clique-types-list.styl [new file with mode: 0644]
ui/imports/ui/components/d3graph/d3graph.html [new file with mode: 0644]
ui/imports/ui/components/d3graph/d3graph.js [new file with mode: 0644]
ui/imports/ui/components/d3graph/d3graph.styl [new file with mode: 0644]
ui/imports/ui/components/dashboard/dashboard.html [new file with mode: 0644]
ui/imports/ui/components/dashboard/dashboard.js [new file with mode: 0644]
ui/imports/ui/components/dashboard/dashboard.styl [new file with mode: 0644]
ui/imports/ui/components/data-cubic/data-cubic.html [new file with mode: 0644]
ui/imports/ui/components/data-cubic/data-cubic.js [new file with mode: 0644]
ui/imports/ui/components/data-cubic/data-cubic.styl [new file with mode: 0644]
ui/imports/ui/components/detailed-node-info-box/detailed-node-info-box.html [new file with mode: 0644]
ui/imports/ui/components/detailed-node-info-box/detailed-node-info-box.js [new file with mode: 0644]
ui/imports/ui/components/detailed-node-info-box/detailed-node-info-box.styl [new file with mode: 0644]
ui/imports/ui/components/env-aci-info/env-aci-info.html [new file with mode: 0644]
ui/imports/ui/components/env-aci-info/env-aci-info.js [new file with mode: 0644]
ui/imports/ui/components/env-amqp-credentials-info/env-amqp-credentials-info.html [new file with mode: 0644]
ui/imports/ui/components/env-amqp-credentials-info/env-amqp-credentials-info.js [new file with mode: 0644]
ui/imports/ui/components/env-delete-modal/env-delete-modal.html [new file with mode: 0644]
ui/imports/ui/components/env-delete-modal/env-delete-modal.js [new file with mode: 0644]
ui/imports/ui/components/env-delete-modal/env-delete-modal.styl [new file with mode: 0644]
ui/imports/ui/components/env-form/env-form.html [new file with mode: 0644]
ui/imports/ui/components/env-form/env-form.js [new file with mode: 0644]
ui/imports/ui/components/env-form/env-form.styl [new file with mode: 0644]
ui/imports/ui/components/env-main-info/env-main-info.html [new file with mode: 0644]
ui/imports/ui/components/env-main-info/env-main-info.js [new file with mode: 0644]
ui/imports/ui/components/env-master-host-credentials-info/env-master-host-credentials-info.html [new file with mode: 0644]
ui/imports/ui/components/env-master-host-credentials-info/env-master-host-credentials-info.js [new file with mode: 0644]
ui/imports/ui/components/env-monitoring-info/env-monitoring-info.html [new file with mode: 0644]
ui/imports/ui/components/env-monitoring-info/env-monitoring-info.js [new file with mode: 0644]
ui/imports/ui/components/env-nfv-info/env-nfv-info.html [new file with mode: 0644]
ui/imports/ui/components/env-nfv-info/env-nfv-info.js [new file with mode: 0644]
ui/imports/ui/components/env-open-stack-db-credentials-info/env-open-stack-db-credentials-info.html [new file with mode: 0644]
ui/imports/ui/components/env-open-stack-db-credentials-info/env-open-stack-db-credentials-info.js [new file with mode: 0644]
ui/imports/ui/components/env-os-api-endpoint-info/env-os-api-endpoint-info.html [new file with mode: 0644]
ui/imports/ui/components/env-os-api-endpoint-info/env-os-api-endpoint-info.js [new file with mode: 0644]
ui/imports/ui/components/environment-dashboard/environment-dashboard.html [new file with mode: 0644]
ui/imports/ui/components/environment-dashboard/environment-dashboard.js [new file with mode: 0644]
ui/imports/ui/components/environment-dashboard/environment-dashboard.styl [new file with mode: 0644]
ui/imports/ui/components/environment-wizard/environment-wizard.html [new file with mode: 0644]
ui/imports/ui/components/environment-wizard/environment-wizard.js [new file with mode: 0644]
ui/imports/ui/components/environment-wizard/environment-wizard.styl [new file with mode: 0644]
ui/imports/ui/components/environment/environment.html [new file with mode: 0644]
ui/imports/ui/components/environment/environment.js [new file with mode: 0644]
ui/imports/ui/components/environment/environment.styl [new file with mode: 0644]
ui/imports/ui/components/flow-graph/flow-graph.html [new file with mode: 0644]
ui/imports/ui/components/flow-graph/flow-graph.js [new file with mode: 0644]
ui/imports/ui/components/flow-graph/flow-graph.styl [new file with mode: 0644]
ui/imports/ui/components/general-folder-node-dashboard/general-folder-node-dashboard.html [new file with mode: 0644]
ui/imports/ui/components/general-folder-node-dashboard/general-folder-node-dashboard.js [new file with mode: 0644]
ui/imports/ui/components/general-folder-node-dashboard/general-folder-node-dashboard.styl [new file with mode: 0644]
ui/imports/ui/components/general-node-dashboard/general-node-dashboard.html [new file with mode: 0644]
ui/imports/ui/components/general-node-dashboard/general-node-dashboard.js [new file with mode: 0644]
ui/imports/ui/components/general-node-dashboard/general-node-dashboard.styl [new file with mode: 0644]
ui/imports/ui/components/general-node-info-box/general-node-info-box.html [new file with mode: 0644]
ui/imports/ui/components/general-node-info-box/general-node-info-box.js [new file with mode: 0644]
ui/imports/ui/components/general-node-info-box/general-node-info-box.styl [new file with mode: 0644]
ui/imports/ui/components/get-started/get-started.html [new file with mode: 0644]
ui/imports/ui/components/get-started/get-started.js [new file with mode: 0644]
ui/imports/ui/components/graph-tooltip-window/graph-tooltip-window.html [new file with mode: 0644]
ui/imports/ui/components/graph-tooltip-window/graph-tooltip-window.js [new file with mode: 0644]
ui/imports/ui/components/graph-tooltip-window/graph-tooltip-window.styl [new file with mode: 0644]
ui/imports/ui/components/host-dashboard/host-dashboard.html [new file with mode: 0644]
ui/imports/ui/components/host-dashboard/host-dashboard.js [new file with mode: 0644]
ui/imports/ui/components/host-dashboard/host-dashboard.styl [new file with mode: 0644]
ui/imports/ui/components/icon/icon.html [new file with mode: 0644]
ui/imports/ui/components/icon/icon.js [new file with mode: 0644]
ui/imports/ui/components/icon/icon.styl [new file with mode: 0644]
ui/imports/ui/components/index.styl [new file with mode: 0644]
ui/imports/ui/components/input-model/input-model.html [new file with mode: 0644]
ui/imports/ui/components/input-model/input-model.js [new file with mode: 0644]
ui/imports/ui/components/inventory-properties-display/inventory-properties-display.html [new file with mode: 0644]
ui/imports/ui/components/inventory-properties-display/inventory-properties-display.js [new file with mode: 0644]
ui/imports/ui/components/inventory-properties-display/inventory-properties-display.styl [new file with mode: 0644]
ui/imports/ui/components/landing/landing.html [new file with mode: 0644]
ui/imports/ui/components/landing/landing.js [new file with mode: 0644]
ui/imports/ui/components/landing/landing.styl [new file with mode: 0644]
ui/imports/ui/components/link-type/link-type.html [new file with mode: 0644]
ui/imports/ui/components/link-type/link-type.js [new file with mode: 0644]
ui/imports/ui/components/link-type/link-type.styl [new file with mode: 0644]
ui/imports/ui/components/link-types-list/link-types-list.html [new file with mode: 0644]
ui/imports/ui/components/link-types-list/link-types-list.js [new file with mode: 0644]
ui/imports/ui/components/link-types-list/link-types-list.styl [new file with mode: 0644]
ui/imports/ui/components/list-info-box/list-info-box.html [new file with mode: 0644]
ui/imports/ui/components/list-info-box/list-info-box.js [new file with mode: 0644]
ui/imports/ui/components/list-info-box/list-info-box.styl [new file with mode: 0644]
ui/imports/ui/components/loading/loading.html [new file with mode: 0644]
ui/imports/ui/components/loading/loading.js [new file with mode: 0644]
ui/imports/ui/components/loading/loading.styl [new file with mode: 0644]
ui/imports/ui/components/main/main.html [new file with mode: 0644]
ui/imports/ui/components/main/main.js [new file with mode: 0644]
ui/imports/ui/components/main/main.styl [new file with mode: 0644]
ui/imports/ui/components/message/message.html [new file with mode: 0644]
ui/imports/ui/components/message/message.js [new file with mode: 0644]
ui/imports/ui/components/message/message.styl [new file with mode: 0644]
ui/imports/ui/components/messages-info-box/messages-info-box.html [new file with mode: 0644]
ui/imports/ui/components/messages-info-box/messages-info-box.js [new file with mode: 0644]
ui/imports/ui/components/messages-info-box/messages-info-box.styl [new file with mode: 0644]
ui/imports/ui/components/messages-list/messages-list.html [new file with mode: 0644]
ui/imports/ui/components/messages-list/messages-list.js [new file with mode: 0644]
ui/imports/ui/components/messages-list/messages-list.styl [new file with mode: 0644]
ui/imports/ui/components/messages-modal/messages-modal.html [new file with mode: 0644]
ui/imports/ui/components/messages-modal/messages-modal.js [new file with mode: 0644]
ui/imports/ui/components/messages-modal/messages-modal.styl [new file with mode: 0644]
ui/imports/ui/components/mt-input/mt-input.html [new file with mode: 0644]
ui/imports/ui/components/mt-input/mt-input.js [new file with mode: 0644]
ui/imports/ui/components/mt-input/mt-input.styl [new file with mode: 0644]
ui/imports/ui/components/mt-radios/mt-radios.html [new file with mode: 0644]
ui/imports/ui/components/mt-radios/mt-radios.js [new file with mode: 0644]
ui/imports/ui/components/mt-radios/mt-radios.styl [new file with mode: 0644]
ui/imports/ui/components/mt-select/mt-select.html [new file with mode: 0644]
ui/imports/ui/components/mt-select/mt-select.js [new file with mode: 0644]
ui/imports/ui/components/mt-select/mt-select.styl [new file with mode: 0644]
ui/imports/ui/components/network-graph-manager/network-graph-manager.html [new file with mode: 0644]
ui/imports/ui/components/network-graph-manager/network-graph-manager.js [new file with mode: 0644]
ui/imports/ui/components/network-graph-manager/network-graph-manager.styl [new file with mode: 0644]
ui/imports/ui/components/network-graph/network-graph.html [new file with mode: 0644]
ui/imports/ui/components/network-graph/network-graph.js [new file with mode: 0644]
ui/imports/ui/components/network-graph/network-graph.styl [new file with mode: 0644]
ui/imports/ui/components/network-info-box/network-info-box.html [new file with mode: 0644]
ui/imports/ui/components/network-info-box/network-info-box.js [new file with mode: 0644]
ui/imports/ui/components/network-info-box/network-info-box.styl [new file with mode: 0644]
ui/imports/ui/components/new-scanning/new-scanning.html [new file with mode: 0644]
ui/imports/ui/components/new-scanning/new-scanning.js [new file with mode: 0644]
ui/imports/ui/components/new-scanning/new-scanning.styl [new file with mode: 0644]
ui/imports/ui/components/pager/pager.html [new file with mode: 0644]
ui/imports/ui/components/pager/pager.js [new file with mode: 0644]
ui/imports/ui/components/pager/pager.styl [new file with mode: 0644]
ui/imports/ui/components/project-dashboard/project-dashboard.html [new file with mode: 0644]
ui/imports/ui/components/project-dashboard/project-dashboard.js [new file with mode: 0644]
ui/imports/ui/components/project-dashboard/project-dashboard.styl [new file with mode: 0644]
ui/imports/ui/components/region-dashboard/region-dashboard.html [new file with mode: 0644]
ui/imports/ui/components/region-dashboard/region-dashboard.js [new file with mode: 0644]
ui/imports/ui/components/region-dashboard/region-dashboard.styl [new file with mode: 0644]
ui/imports/ui/components/scanning-request/scanning-request.html [new file with mode: 0644]
ui/imports/ui/components/scanning-request/scanning-request.js [new file with mode: 0644]
ui/imports/ui/components/scanning-request/scanning-request.styl [new file with mode: 0644]
ui/imports/ui/components/scans-list/scans-list.html [new file with mode: 0644]
ui/imports/ui/components/scans-list/scans-list.js [new file with mode: 0644]
ui/imports/ui/components/scans-list/scans-list.styl [new file with mode: 0644]
ui/imports/ui/components/scheduled-scan/scheduled-scan.html [new file with mode: 0644]
ui/imports/ui/components/scheduled-scan/scheduled-scan.js [new file with mode: 0644]
ui/imports/ui/components/scheduled-scan/scheduled-scan.styl [new file with mode: 0644]
ui/imports/ui/components/scheduled-scans-list/scheduled-scans-list.html [new file with mode: 0644]
ui/imports/ui/components/scheduled-scans-list/scheduled-scans-list.js [new file with mode: 0644]
ui/imports/ui/components/scheduled-scans-list/scheduled-scans-list.styl [new file with mode: 0644]
ui/imports/ui/components/search-auto-complete-list/search-auto-complete-list.html [new file with mode: 0644]
ui/imports/ui/components/search-auto-complete-list/search-auto-complete-list.js [new file with mode: 0644]
ui/imports/ui/components/search-auto-complete-list/search-auto-complete.styl [new file with mode: 0644]
ui/imports/ui/components/select-model/select-model.html [new file with mode: 0644]
ui/imports/ui/components/select-model/select-model.js [new file with mode: 0644]
ui/imports/ui/components/selectable-ordered-input/selectable-ordered-input.html [new file with mode: 0644]
ui/imports/ui/components/selectable-ordered-input/selectable-ordered-input.js [new file with mode: 0644]
ui/imports/ui/components/selectable-ordered-input/selectable-ordered-input.styl [new file with mode: 0644]
ui/imports/ui/components/time-selection-widget/time-selection-widget.html [new file with mode: 0644]
ui/imports/ui/components/time-selection-widget/time-selection-widget.js [new file with mode: 0644]
ui/imports/ui/components/time-selection-widget/time-selection-widget.styl [new file with mode: 0644]
ui/imports/ui/components/top-navbar-menu/top-navbar-menu.html [new file with mode: 0644]
ui/imports/ui/components/top-navbar-menu/top-navbar-menu.js [new file with mode: 0644]
ui/imports/ui/components/top-navbar-menu/top-navbar-menu.styl [new file with mode: 0644]
ui/imports/ui/components/tree-node/tree-node.html [new file with mode: 0644]
ui/imports/ui/components/tree-node/tree-node.js [new file with mode: 0644]
ui/imports/ui/components/tree-node/tree-node.styl [new file with mode: 0644]
ui/imports/ui/components/user-list/user-list.html [new file with mode: 0644]
ui/imports/ui/components/user-list/user-list.js [new file with mode: 0644]
ui/imports/ui/components/user-list/user-list.styl [new file with mode: 0644]
ui/imports/ui/components/user/user.html [new file with mode: 0644]
ui/imports/ui/components/user/user.js [new file with mode: 0644]
ui/imports/ui/components/user/user.styl [new file with mode: 0644]
ui/imports/ui/components/vedge-info-window/vedge-info-window.html [new file with mode: 0644]
ui/imports/ui/components/vedge-info-window/vedge-info-window.js [new file with mode: 0644]
ui/imports/ui/components/vedge-info-window/vedge-info-window.styl [new file with mode: 0644]
ui/imports/ui/components/zone-dashboard/zone-dashboard.html [new file with mode: 0644]
ui/imports/ui/components/zone-dashboard/zone-dashboard.js [new file with mode: 0644]
ui/imports/ui/components/zone-dashboard/zone-dashboard.styl [new file with mode: 0644]
ui/imports/ui/index.styl [new file with mode: 0644]
ui/imports/ui/lib/environment-tree-node-behavior.js [new file with mode: 0644]
ui/imports/ui/lib/input-model.js [new file with mode: 0644]
ui/imports/ui/lib/inventory-tree-node-behavior.js [new file with mode: 0644]
ui/imports/ui/lib/select-model.js [new file with mode: 0644]
ui/imports/ui/reducers/environment-panel.reducer.js [new file with mode: 0644]
ui/imports/ui/reducers/graph-tooltip-window.reducer.js [new file with mode: 0644]
ui/imports/ui/reducers/i18n.reducer.js [new file with mode: 0644]
ui/imports/ui/reducers/index.js [new file with mode: 0644]
ui/imports/ui/reducers/main-app.reducer.js [new file with mode: 0644]
ui/imports/ui/reducers/navigation.js [new file with mode: 0644]
ui/imports/ui/reducers/search-interested-parties.js [new file with mode: 0644]
ui/imports/ui/reducers/tree-node.reducer.js [new file with mode: 0644]
ui/imports/ui/reducers/vedge-info-window.reducer.js [new file with mode: 0644]
ui/imports/ui/store/index.js [new file with mode: 0644]
ui/imports/ui/store/store.js [new file with mode: 0644]
ui/lib/router.js [new file with mode: 0644]
ui/osdna.js [new file with mode: 0644]
ui/package-source.sh [new file with mode: 0755]
ui/package.json [new file with mode: 0644]
ui/public/cisco-favicon.ico [new file with mode: 0644]
ui/public/cisco-logo-load.png [new file with mode: 0644]
ui/public/dna-718905_600.png [new file with mode: 0644]
ui/public/get-started/dashboard-notifications.png [new file with mode: 0644]
ui/public/get-started/env-dashboard.png [new file with mode: 0644]
ui/public/get-started/env-delete-action.png [new file with mode: 0644]
ui/public/get-started/env-diting-os-db-credentails.png [new file with mode: 0644]
ui/public/get-started/env-edit-action.png [new file with mode: 0644]
ui/public/get-started/env-editing-amqp-credentials.png [new file with mode: 0644]
ui/public/get-started/env-editing-master-host-credentials.png [new file with mode: 0644]
ui/public/get-started/env-editing-monitoring.png [new file with mode: 0644]
ui/public/get-started/env-editing-os-end-point.png [new file with mode: 0644]
ui/public/get-started/env-editing-provision.png [new file with mode: 0644]
ui/public/get-started/env-editing.png [new file with mode: 0644]
ui/public/get-started/environments-pick.png [new file with mode: 0644]
ui/public/get-started/main-screen-explained.png [new file with mode: 0644]
ui/public/get-started/navbar-explained.png [new file with mode: 0644]
ui/public/get-started/new-environment-action.png [new file with mode: 0644]
ui/public/get-started/scan-action.png [new file with mode: 0644]
ui/public/get-started/scan-request-screen.png [new file with mode: 0644]
ui/public/get-started/selecting-dashboard.png [new file with mode: 0644]
ui/public/get-started/selecting-env.png [new file with mode: 0644]
ui/public/get-started/setting-action.png [new file with mode: 0644]
ui/public/get-started/setting-scans-action.png [new file with mode: 0644]
ui/public/ic_cloud_queue_black_48dp_2x.png [new file with mode: 0644]
ui/public/ic_computer_black_48dp_2x.png [new file with mode: 0644]
ui/public/ic_dns_black_48dp_2x.png [new file with mode: 0644]
ui/public/ic_gamepad_black_48dp_2x.png [new file with mode: 0644]
ui/public/ic_keyboard_return_black_48dp_2x.png [new file with mode: 0644]
ui/public/ic_lens_black_48dp_2x.png [new file with mode: 0644]
ui/public/ic_settings_input_composite_black_48dp_2x.png [new file with mode: 0644]
ui/public/ic_settings_input_hdmi_black_48dp_2x.png [new file with mode: 0644]
ui/public/ic_storage_black_48dp_2x.png [new file with mode: 0644]
ui/public/images/calipso-logo.jpg [new file with mode: 0644]
ui/public/instance.png [new file with mode: 0644]
ui/public/landing/calipso-logo.png [new file with mode: 0644]
ui/public/landing/docker.png [new file with mode: 0644]
ui/public/landing/eye.png [new file with mode: 0644]
ui/public/landing/first.png [new file with mode: 0644]
ui/public/landing/graph.png [new file with mode: 0644]
ui/public/landing/main-screen.png [new file with mode: 0644]
ui/public/landing/openstack.png [new file with mode: 0644]
ui/public/logo-cisco-png.png [new file with mode: 0644]
ui/public/logo-cisco.svg [new file with mode: 0644]
ui/public/logo_microscope_3.png [new file with mode: 0644]
ui/public/network.png [new file with mode: 0644]
ui/public/particle.png [new file with mode: 0644]
ui/public/pnic.jpg [new file with mode: 0644]
ui/public/vconnector.png [new file with mode: 0644]
ui/public/vnic.png [new file with mode: 0644]
ui/public/vservice.png [new file with mode: 0644]
ui/public/wiki/addNewEnv.png [new file with mode: 0644]
ui/public/wiki/addNewEnv1.png [new file with mode: 0644]
ui/public/wiki/wizard1.png [new file with mode: 0644]
ui/public/wiki/wizard2.png [new file with mode: 0644]
ui/public/wiki/wizard3.png [new file with mode: 0644]
ui/public/wiki/wizard4.png [new file with mode: 0644]
ui/readme.md [new file with mode: 0644]
ui/run [new file with mode: 0755]
ui/run-dev.sh [new file with mode: 0755]
ui/server/main.js [new file with mode: 0644]