initial push
parents
Showing
.babelrc
0 → 100644
.dockerignore
0 → 100644
.editorconfig
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.travis.yml
0 → 100644
README.md
0 → 100644
_redirects
0 → 100644
appveyor.yml
0 → 100644
build/build.js
0 → 100644
build/check-versions.js
0 → 100644
build/dev-client.js
0 → 100644
build/dev-server.js
0 → 100644
build/utils.js
0 → 100644
build/vue-loader.conf.js
0 → 100644
build/webpack.base.conf.js
0 → 100644
build/webpack.dev.conf.js
0 → 100644
build/webpack.prod.conf.js
0 → 100644
build/webpack.test.conf.js
0 → 100644
config/dev.env.js
0 → 100644
config/index.js
0 → 100644
config/prod.env.js
0 → 100644
config/test.env.js
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
{ | ||
"name": "copilot", | ||
"version": "0.5.0", | ||
"description": "A fully responsive admin template based on AdminLTE with vue.js integration", | ||
"author": "Gil Ferreira <[email protected]>", | ||
"repository": "https://github.com/misterGF/CoPilot", | ||
"license": "MIT", | ||
"scripts": { | ||
"dev": "node build/dev-server.js", | ||
"build": "node build/build.js", | ||
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run", | ||
"e2e": "node test/e2e/runner.js", | ||
"test": "npm run unit && npm run e2e", | ||
"deploy": "netlify deploy dist", | ||
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.15.3", | ||
"babel-runtime": "^5.8.0", | ||
"chart.js": "2.3.0", | ||
"datatables.net": "^1.10.19", | ||
"datatables.net-bs": "^1.10.19", | ||
"each-async": "^1.1.1", | ||
"faker": "^3.1.0", | ||
"hideseek": "^0.7.0", | ||
"http-server": "^0.9.0", | ||
"indent-string": "^4.0.0", | ||
"jquery": "^2.2.2", | ||
"moment": "^2.12.0", | ||
"vue": "^2.2.2", | ||
"vue-date-picker": "^1.0.2", | ||
"vue-resource": "^1.0.3", | ||
"vue-router": "^2.2.0", | ||
"vuex": "^2.0.0", | ||
"vuex-router-sync": "^4.1.2" | ||
}, | ||
"devDependencies": { | ||
"autoprefixer": "^6.7.2", | ||
"babel-core": "^6.22.1", | ||
"babel-eslint": "^7.1.1", | ||
"babel-loader": "^6.2.10", | ||
"babel-plugin-istanbul": "^3.1.2", | ||
"babel-plugin-transform-runtime": "^6.22.0", | ||
"babel-preset-env": "^1.2.1", | ||
"babel-preset-stage-2": "^6.22.0", | ||
"babel-register": "^6.22.0", | ||
"chai": "^3.5.0", | ||
"chalk": "^1.1.3", | ||
"chromedriver": "^2.27.2", | ||
"connect-history-api-fallback": "^1.3.0", | ||
"copy-webpack-plugin": "^4.0.1", | ||
"cross-env": "^3.1.4", | ||
"cross-spawn": "^5.0.1", | ||
"css-loader": "^0.26.1", | ||
"es6-promise": "^4.1.0", | ||
"eslint": "^3.14.1", | ||
"eslint-config-standard": "^6.2.1", | ||
"eslint-friendly-formatter": "^2.0.7", | ||
"eslint-loader": "^1.6.1", | ||
"eslint-plugin-html": "^2.0.0", | ||
"eslint-plugin-promise": "^3.4.0", | ||
"eslint-plugin-standard": "^2.0.1", | ||
"eventsource-polyfill": "^0.9.6", | ||
"express": "^4.14.1", | ||
"extract-text-webpack-plugin": "^2.0.0", | ||
"file-loader": "^0.10.0", | ||
"friendly-errors-webpack-plugin": "^1.1.3", | ||
"function-bind": "^1.1.0", | ||
"geckodriver": "^1.8.0", | ||
"html-webpack-plugin": "^2.28.0", | ||
"http-proxy-middleware": "^0.17.3", | ||
"inject-loader": "^2.0.1", | ||
"json-loader": "^0.5.4", | ||
"karma": "^1.4.1", | ||
"karma-coverage": "^1.1.1", | ||
"karma-mocha": "^1.3.0", | ||
"karma-phantomjs-launcher": "^1.0.2", | ||
"karma-sinon-chai": "1.2.4", | ||
"karma-sourcemap-loader": "^0.3.7", | ||
"karma-spec-reporter": "0.0.26", | ||
"karma-webpack": "^2.0.2", | ||
"lolex": "^1.5.2", | ||
"mocha": "^3.2.0", | ||
"nightwatch": "^0.9.12", | ||
"opn": "^4.0.2", | ||
"optimize-css-assets-webpack-plugin": "^1.3.0", | ||
"ora": "^1.1.0", | ||
"phantomjs-prebuilt": "^2.1.14", | ||
"rimraf": "^2.6.0", | ||
"selenium-server": "^3.0.1", | ||
"semver": "^5.3.0", | ||
"shelljs": "^0.7.4", | ||
"sinon": "^1.17.7", | ||
"sinon-chai": "^2.8.0", | ||
"url-loader": "^0.5.7", | ||
"vue-loader": "^11.1.4", | ||
"vue-style-loader": "^2.0.4", | ||
"vue-template-compiler": "^2.2.4", | ||
"webpack": "^2.2.1", | ||
"webpack-bundle-analyzer": "^2.2.1", | ||
"webpack-dev-middleware": "^1.10.0", | ||
"webpack-hot-middleware": "^2.16.1", | ||
"webpack-merge": "^2.6.1" | ||
}, | ||
"engines": { | ||
"node": ">= 4.0.0", | ||
"npm": ">= 3.0.0" | ||
}, | ||
"browserslist": [ | ||
"> 1%", | ||
"last 2 versions", | ||
"not ie <= 8" | ||
] | ||
} |
src/api/index.js
0 → 100644
src/assets/.gitkeep
0 → 100644
src/components/404.vue
0 → 100644
src/components/App.vue
0 → 100644
src/components/Dash.vue
0 → 100644
src/components/Login.vue
0 → 100644
src/components/layout/DashFooter.vue
0 → 100644
src/components/layout/DashHeader.vue
0 → 100644
src/components/layout/Sidebar.vue
0 → 100644
src/components/layout/SidebarMenu.vue
0 → 100644
src/components/layout/TasksMenu.vue
0 → 100644
src/components/layout/UserMenu.vue
0 → 100644
src/components/signup.vue
0 → 100644
src/components/views/Tables.vue
0 → 100644
src/components/widgets/Alert.vue
0 → 100644
src/components/widgets/InfoBox.vue
0 → 100644
src/components/widgets/ProcessInfoBox.vue
0 → 100644
src/config/index.js
0 → 100644
src/demo.js
0 → 100644
src/filters/index.js
0 → 100644
src/main.js
0 → 100644
src/routes.js
0 → 100644
src/store/actions.js
0 → 100644
src/store/index.js
0 → 100644
src/store/mutations.js
0 → 100644
src/store/state.js
0 → 100644
static/css/animations.css
0 → 100644
This diff is collapsed.
Click to expand it.
static/css/bootstrap.min.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
static/css/bootstrap.min.css.map.css
0 → 100644
static/css/custom.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
static/css/skin.css
0 → 100644
static/css/slick.min.css
0 → 100644
static/img/arrow.png
0 → 100644
2.91 KB
static/img/avatar.png
0 → 100644
3.06 KB
static/img/banner.jpg
0 → 100644
16.5 KB
static/img/copilot-logo-white.svg
0 → 100644
static/img/favicon.ico
0 → 100644
File added
static/img/login_bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/logo.png
0 → 100644
16.8 KB
static/img/logo_blk.png
0 → 100644
5.4 KB
static/img/logo_blk_sm.png
0 → 100644
2.79 KB
static/img/logo_sm.png
0 → 100644
4.3 KB
static/img/screenshot.png
0 → 100644
169 KB
static/img/screenshotv2.png
0 → 100644
131 KB
static/img/search.png
0 → 100644
3.19 KB
static/img/search_input.png
0 → 100644
3.16 KB
static/img/side_menu.png
0 → 100644
20.8 KB
static/img/slider1.jpg
0 → 100644
274 KB
static/img/slider2.jpg
0 → 100644
54.2 KB
static/img/slider3.jpg
0 → 100644
259 KB
static/img/stock/user1-128x128.jpg
0 → 100644
2.81 KB
static/js/animate.js
0 → 100644
static/js/custom.js
0 → 100644
static/js/plugins/AdminLTE/app.min.js
0 → 100644
/*! AdminLTE app.js | ||
* ================ | ||
* Main JS application file for AdminLTE v2. This file | ||
* should be included in all pages. It controls some layout | ||
* options and implements exclusive AdminLTE plugins. | ||
* | ||
* @Author Almsaeed Studio | ||
* @Support <http://www.almsaeedstudio.com> | ||
* @Email <[email protected]> | ||
* @version 2.3.3 | ||
* @license MIT <http://opensource.org/licenses/MIT> | ||
*/ | ||
function _init(){"use strict";$.AdminLTE.layout={activate:function(){var a=this;a.fix(),a.fixSidebar(),$(window,".wrapper").resize(function(){a.fix(),a.fixSidebar()})},fix:function(){var a=$(".main-header").outerHeight()+$(".main-footer").outerHeight(),b=$(window).height(),c=$(".sidebar").height();if($("body").hasClass("fixed"))$(".content-wrapper, .right-side").css("min-height",b-$(".main-footer").outerHeight());else{var d;b>=c?($(".content-wrapper, .right-side").css("min-height",b-a),d=b-a):($(".content-wrapper, .right-side").css("min-height",c),d=c);var e=$($.AdminLTE.options.controlSidebarOptions.selector);"undefined"!=typeof e&&e.height()>d&&$(".content-wrapper, .right-side").css("min-height",e.height())}},fixSidebar:function(){return $("body").hasClass("fixed")?("undefined"==typeof $.fn.slimScroll&&window.console&&window.console.error("Error: the fixed layout requires the slimscroll plugin!"),void($.AdminLTE.options.sidebarSlimScroll&&"undefined"!=typeof $.fn.slimScroll&&($(".sidebar").slimScroll({destroy:!0}).height("auto"),$(".sidebar").slimscroll({height:$(window).height()-$(".main-header").height()+"px",color:"rgba(0,0,0,0.2)",size:"3px"})))):void("undefined"!=typeof $.fn.slimScroll&&$(".sidebar").slimScroll({destroy:!0}).height("auto"))}},$.AdminLTE.pushMenu={activate:function(a){var b=$.AdminLTE.options.screenSizes;$(document).on("click",a,function(a){a.preventDefault(),$(window).width()>b.sm-1?$("body").hasClass("sidebar-collapse")?$("body").removeClass("sidebar-collapse").trigger("expanded.pushMenu"):$("body").addClass("sidebar-collapse").trigger("collapsed.pushMenu"):$("body").hasClass("sidebar-open")?$("body").removeClass("sidebar-open").removeClass("sidebar-collapse").trigger("collapsed.pushMenu"):$("body").addClass("sidebar-open").trigger("expanded.pushMenu")}),$(".content-wrapper").click(function(){$(window).width()<=b.sm-1&&$("body").hasClass("sidebar-open")&&$("body").removeClass("sidebar-open")}),($.AdminLTE.options.sidebarExpandOnHover||$("body").hasClass("fixed")&&$("body").hasClass("sidebar-mini"))&&this.expandOnHover()},expandOnHover:function(){var a=this,b=$.AdminLTE.options.screenSizes.sm-1;$(".main-sidebar").hover(function(){$("body").hasClass("sidebar-mini")&&$("body").hasClass("sidebar-collapse")&&$(window).width()>b&&a.expand()},function(){$("body").hasClass("sidebar-mini")&&$("body").hasClass("sidebar-expanded-on-hover")&&$(window).width()>b&&a.collapse()})},expand:function(){$("body").removeClass("sidebar-collapse").addClass("sidebar-expanded-on-hover")},collapse:function(){$("body").hasClass("sidebar-expanded-on-hover")&&$("body").removeClass("sidebar-expanded-on-hover").addClass("sidebar-collapse")}},$.AdminLTE.tree=function(a){var b=this,c=$.AdminLTE.options.animationSpeed;$(document).on("click",a+" li a",function(a){var d=$(this),e=d.next();if(e.is(".treeview-menu")&&e.is(":visible")&&!$("body").hasClass("sidebar-collapse"))e.slideUp(c,function(){e.removeClass("menu-open")}),e.parent("li").removeClass("active");else if(e.is(".treeview-menu")&&!e.is(":visible")){var f=d.parents("ul").first(),g=f.find("ul:visible").slideUp(c);g.removeClass("menu-open");var h=d.parent("li");e.slideDown(c,function(){e.addClass("menu-open"),f.find("li.active").removeClass("active"),h.addClass("active"),b.layout.fix()})}e.is(".treeview-menu")&&a.preventDefault()})},$.AdminLTE.controlSidebar={activate:function(){var a=this,b=$.AdminLTE.options.controlSidebarOptions,c=$(b.selector),d=$(b.toggleBtnSelector);d.on("click",function(d){d.preventDefault(),c.hasClass("control-sidebar-open")||$("body").hasClass("control-sidebar-open")?a.close(c,b.slide):a.open(c,b.slide)});var e=$(".control-sidebar-bg");a._fix(e),$("body").hasClass("fixed")?a._fixForFixed(c):$(".content-wrapper, .right-side").height()<c.height()&&a._fixForContent(c)},open:function(a,b){b?a.addClass("control-sidebar-open"):$("body").addClass("control-sidebar-open")},close:function(a,b){b?a.removeClass("control-sidebar-open"):$("body").removeClass("control-sidebar-open")},_fix:function(a){var b=this;$("body").hasClass("layout-boxed")?(a.css("position","absolute"),a.height($(".wrapper").height()),$(window).resize(function(){b._fix(a)})):a.css({position:"fixed",height:"auto"})},_fixForFixed:function(a){a.css({position:"fixed","max-height":"100%",overflow:"auto","padding-bottom":"50px"})},_fixForContent:function(a){$(".content-wrapper, .right-side").css("min-height",a.height())}},$.AdminLTE.boxWidget={selectors:$.AdminLTE.options.boxWidgetOptions.boxWidgetSelectors,icons:$.AdminLTE.options.boxWidgetOptions.boxWidgetIcons,animationSpeed:$.AdminLTE.options.animationSpeed,activate:function(a){var b=this;a||(a=document),$(a).on("click",b.selectors.collapse,function(a){a.preventDefault(),b.collapse($(this))}),$(a).on("click",b.selectors.remove,function(a){a.preventDefault(),b.remove($(this))})},collapse:function(a){var b=this,c=a.parents(".box").first(),d=c.find("> .box-body, > .box-footer, > form >.box-body, > form > .box-footer");c.hasClass("collapsed-box")?(a.children(":first").removeClass(b.icons.open).addClass(b.icons.collapse),d.slideDown(b.animationSpeed,function(){c.removeClass("collapsed-box")})):(a.children(":first").removeClass(b.icons.collapse).addClass(b.icons.open),d.slideUp(b.animationSpeed,function(){c.addClass("collapsed-box")}))},remove:function(a){var b=a.parents(".box").first();b.slideUp(this.animationSpeed)}}}if("undefined"==typeof jQuery)throw new Error("AdminLTE requires jQuery");$.AdminLTE={},$.AdminLTE.options={navbarMenuSlimscroll:!0,navbarMenuSlimscrollWidth:"3px",navbarMenuHeight:"200px",animationSpeed:500,sidebarToggleSelector:"[data-toggle='offcanvas']",sidebarPushMenu:!0,sidebarSlimScroll:!0,sidebarExpandOnHover:!1,enableBoxRefresh:!0,enableBSToppltip:!0,BSTooltipSelector:"[data-toggle='tooltip']",enableFastclick:!0,enableControlSidebar:!0,controlSidebarOptions:{toggleBtnSelector:"[data-toggle='control-sidebar']",selector:".control-sidebar",slide:!0},enableBoxWidget:!0,boxWidgetOptions:{boxWidgetIcons:{collapse:"fa-minus",open:"fa-plus",remove:"fa-times"},boxWidgetSelectors:{remove:'[data-widget="remove"]',collapse:'[data-widget="collapse"]'}},directChat:{enable:!0,contactToggleSelector:'[data-widget="chat-pane-toggle"]'},colors:{lightBlue:"#3c8dbc",red:"#f56954",green:"#00a65a",aqua:"#00c0ef",yellow:"#f39c12",blue:"#0073b7",navy:"#001F3F",teal:"#39CCCC",olive:"#3D9970",lime:"#01FF70",orange:"#FF851B",fuchsia:"#F012BE",purple:"#8E24AA",maroon:"#D81B60",black:"#222222",gray:"#d2d6de"},screenSizes:{xs:480,sm:768,md:992,lg:1200}},$(function(){"use strict";$("body").removeClass("hold-transition"),"undefined"!=typeof AdminLTEOptions&&$.extend(!0,$.AdminLTE.options,AdminLTEOptions);var a=$.AdminLTE.options;_init(),$.AdminLTE.layout.activate(),$.AdminLTE.tree(".sidebar"),a.enableControlSidebar&&$.AdminLTE.controlSidebar.activate(),a.navbarMenuSlimscroll&&"undefined"!=typeof $.fn.slimscroll&&$(".navbar .menu").slimscroll({height:a.navbarMenuHeight,alwaysVisible:!1,size:a.navbarMenuSlimscrollWidth}).css("width","100%"),a.sidebarPushMenu&&$.AdminLTE.pushMenu.activate(a.sidebarToggleSelector),a.enableBSToppltip&&$("body").tooltip({selector:a.BSTooltipSelector}),a.enableBoxWidget&&$.AdminLTE.boxWidget.activate(),a.enableFastclick&&"undefined"!=typeof FastClick&&FastClick.attach(document.body),a.directChat.enable&&$(document).on("click",a.directChat.contactToggleSelector,function(){var a=$(this).parents(".direct-chat").first();a.toggleClass("direct-chat-contacts-open")}),$('.btn-group[data-toggle="btn-toggle"]').each(function(){var a=$(this);$(this).find(".btn").on("click",function(b){a.find(".btn.active").removeClass("active"),$(this).addClass("active"),b.preventDefault()})})}),function(a){"use strict";a.fn.boxRefresh=function(b){function c(a){a.append(f),e.onLoadStart.call(a)}function d(a){a.find(f).remove(),e.onLoadDone.call(a)}var e=a.extend({trigger:".refresh-btn",source:"",onLoadStart:function(a){return a},onLoadDone:function(a){return a}},b),f=a('<div class="overlay"><div class="fa fa-refresh fa-spin"></div></div>');return this.each(function(){if(""===e.source)return void(window.console&&window.console.log("Please specify a source first - boxRefresh()"));var b=a(this),f=b.find(e.trigger).first();f.on("click",function(a){a.preventDefault(),c(b),b.find(".box-body").load(e.source,function(){d(b)})})})}}(jQuery),function(a){"use strict";a.fn.activateBox=function(){a.AdminLTE.boxWidget.activate(this)},a.fn.toggleBox=function(){var b=a(a.AdminLTE.boxWidget.selectors.collapse,this);a.AdminLTE.boxWidget.collapse(b)},a.fn.removeBox=function(){var b=a(a.AdminLTE.boxWidget.selectors.remove,this);a.AdminLTE.boxWidget.remove(b)}}(jQuery),function(a){"use strict";a.fn.todolist=function(b){var c=a.extend({onCheck:function(a){return a},onUncheck:function(a){return a}},b);return this.each(function(){"undefined"!=typeof a.fn.iCheck?(a("input",this).on("ifChecked",function(){var b=a(this).parents("li").first();b.toggleClass("done"),c.onCheck.call(b)}),a("input",this).on("ifUnchecked",function(){var b=a(this).parents("li").first();b.toggleClass("done"),c.onUncheck.call(b)})):a("input",this).on("change",function(){var b=a(this).parents("li").first();b.toggleClass("done"),a("input",b).is(":checked")?c.onCheck.call(b):c.onUncheck.call(b)})})}}(jQuery); |
static/js/plugins/bootstrap/bootstrap.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/chartjs/Chart.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
static/js/plugins/chartjs/Chart.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
1.02 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
static/js/plugins/datepicker/datepicker3.css
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
static/js/plugins/jQuery/jQuery-2.2.0.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
static/js/plugins/pace/pace.css
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/pace/pace.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/pace/pace.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/pace/pace.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/ar.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/az.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/bg.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/ca.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/cs.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/da.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/de.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/en.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/es.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/et.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/eu.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/fa.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/fi.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/fr.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/gl.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/he.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/hi.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/hr.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/hu.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/id.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/is.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/it.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/ja.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/ko.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/lt.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/lv.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/mk.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/ms.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/nb.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/nl.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/pl.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/pt-BR.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/pt.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/ro.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/ru.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/sk.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/sr-Cyrl.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/sr.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/sv.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/th.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/tr.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/uk.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/vi.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/zh-CN.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/i18n/zh-TW.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/select2.css
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/select2.full.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/select2.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
static/js/plugins/select2/select2.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/plugins/select2/select2.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/slick.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/e2e/custom-assertions/elementCount.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/e2e/nightwatch.conf.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/e2e/runner.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/e2e/specs/test.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/unit/.eslintrc
0 → 100644
This diff is collapsed.
Click to expand it.
test/unit/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/unit/karma.conf.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/unit/specs/404.spec.js
0 → 100644
This diff is collapsed.
Click to expand it.
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.