You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by an...@apache.org on 2015/05/15 05:24:38 UTC

[39/51] [partial] incubator-ignite git commit: # ignite-843 Remove node_module

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/95bb00d5/modules/webconfig/nodejs/node_modules/admin-lte/build/less/mailbox.less
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/mailbox.less b/modules/webconfig/nodejs/node_modules/admin-lte/build/less/mailbox.less
deleted file mode 100644
index 74387b7..0000000
--- a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/mailbox.less
+++ /dev/null
@@ -1,77 +0,0 @@
-/*
- * Page: Mailbox
- * -------------
- */
-.mailbox-messages {
-  > .table {
-    margin: 0;
-  }
-}
-.mailbox-controls {
-  padding: 5px;
-  &.with-border {
-    border-bottom: 1px solid @box-border-color;
-  }
-}
-.mailbox-read-info {
-  border-bottom: 1px solid @box-border-color;
-  padding: 10px;
-  h3 {
-    font-size: 20px;
-    margin: 0;
-  }
-  h5 {
-    margin: 0;
-    padding: 5px 0 0 0;
-  }
-}
-.mailbox-read-time {
-  color: #999;
-  font-size: 13px;
-}
-.mailbox-read-message {
-  padding: 10px;
-}
-.mailbox-attachments {
-  &:extend(.list-unstyled);
-  li {
-    float: left;
-    width: 200px;
-    border: 1px solid #eee;
-    margin-bottom: 10px;
-    margin-right: 10px;
-  }
-}
-.mailbox-attachment-name {
-  font-weight: bold;
-  color: #666;
-}
-.mailbox-attachment-icon,
-.mailbox-attachment-info,
-.mailbox-attachment-size {
-  display: block;
-}
-.mailbox-attachment-info {
-  padding: 10px;
-  background: #f4f4f4;
-}
-.mailbox-attachment-size {
-  color: #999;
-  font-size: 12px;
-}
-.mailbox-attachment-icon {
-  text-align: center;
-  font-size: 65px;
-  color: #666;
-  padding: 20px 10px;
-  &.has-img {
-    padding: 0;
-    > img {
-      max-width: 100%;
-      height: auto;
-    }
-  }
-}
-.mailbox-attachment-close {
-  &:extend(.close);
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/95bb00d5/modules/webconfig/nodejs/node_modules/admin-lte/build/less/miscellaneous.less
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/miscellaneous.less b/modules/webconfig/nodejs/node_modules/admin-lte/build/less/miscellaneous.less
deleted file mode 100644
index 0d213f5..0000000
--- a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/miscellaneous.less
+++ /dev/null
@@ -1,354 +0,0 @@
-/*
- * General: Miscellaneous
- * ----------------------
- */
-// 10px padding and margins
-.pad {
-  padding: 10px;
-}
-.margin {
-  margin: 10px;
-}
-.margin-bottom {
-  margin-bottom: 20px;
-}
-// Display inline
-.inline {
-  display: inline;
-  width: auto;
-}
-
-// Description Blocks
-.description-block {
-  display: block;
-  margin: 10px 0;
-  text-align: center;
-  &.margin-bottom {
-    margin-bottom: 25px;
-  }
-  > .description-header {
-    margin: 0;
-    padding: 0;
-    font-weight: 600;
-    font-size: 16px;
-  }
-  > .description-text {
-    text-transform: uppercase;
-  }
-}
-
-// Background colors
-.bg-red,
-.bg-yellow,
-.bg-aqua,
-.bg-blue,
-.bg-light-blue,
-.bg-green,
-.bg-navy,
-.bg-teal,
-.bg-olive,
-.bg-lime,
-.bg-orange ,
-.bg-fuchsia,
-.bg-purple,
-.bg-maroon,
-.bg-black,
-.bg-red-active,
-.bg-yellow-active,
-.bg-aqua-active,
-.bg-blue-active,
-.bg-light-blue-active,
-.bg-green-active,
-.bg-navy-active,
-.bg-teal-active,
-.bg-olive-active,
-.bg-lime-active,
-.bg-orange-active,
-.bg-fuchsia-active,
-.bg-purple-active,
-.bg-maroon-active,
-.bg-black-active {
-  color: #fff !important;
-}
-.bg-gray {
-  color: #000;
-  background-color: @gray!important;
-}
-.bg-black {
-  background-color: @black!important;
-}
-.bg-red {
-  background-color: @red !important;
-}
-.bg-yellow {
-  background-color: @yellow !important;
-}
-.bg-aqua {
-  background-color: @aqua !important;
-}
-.bg-blue {
-  background-color: @blue !important;
-}
-.bg-light-blue {
-  background-color: @light-blue !important;
-}
-.bg-green {
-  background-color: @green !important;
-}
-.bg-navy {
-  background-color: @navy !important;
-}
-.bg-teal {
-  background-color: @teal !important;
-}
-.bg-olive {
-  background-color: @olive !important;
-}
-.bg-lime {
-  background-color: @lime !important;
-}
-.bg-orange {
-  background-color: @orange !important;
-}
-.bg-fuchsia {
-  background-color: @fuchsia !important;
-}
-.bg-purple {
-  background-color: @purple !important;
-}
-.bg-maroon {
-  background-color: @maroon !important;
-}
-
-//Set of Active Background Colors
-.bg-gray-active {
-  color: #000;
-  background-color: darken(@gray,10%)!important;
-}
-.bg-black-active {
-  background-color: darken(@black, 10%)!important;
-}
-.bg-red-active {
-  background-color: darken(@red , 6%)!important;
-}
-.bg-yellow-active {
-  background-color: darken(@yellow , 6%)!important;
-}
-.bg-aqua-active {
-  background-color: darken(@aqua , 6%)!important;
-}
-.bg-blue-active {
-  background-color: darken(@blue , 10%)!important;
-}
-.bg-light-blue-active {
-  background-color: darken(@light-blue , 6%)!important;
-}
-.bg-green-active {
-  background-color: darken(@green , 5%)!important;
-}
-.bg-navy-active {
-  background-color: darken(@navy , 2%)!important;
-}
-.bg-teal-active {
-  background-color: darken(@teal , 5%)!important;
-}
-.bg-olive-active {
-  background-color: darken(@olive , 5%)!important;
-}
-.bg-lime-active {
-  background-color: darken(@lime , 5%)!important;
-}
-.bg-orange-active {
-  background-color: darken(@orange , 5%)!important;
-}
-.bg-fuchsia-active {
-  background-color: darken(@fuchsia , 5%)!important;
-}
-.bg-purple-active {
-  background-color: darken(@purple , 5%)!important;
-}
-.bg-maroon-active {
-  background-color: darken(@maroon , 3%)!important;
-}
-
-//Disabled!
-[class^="bg-"].disabled {
-  .opacity(.65);
-}
-
-// Text colors
-.text-red {
-  color: @red !important;
-}
-.text-yellow {
-  color: @yellow !important;
-}
-.text-aqua {
-  color: @aqua !important;
-}
-.text-blue {
-  color: @blue !important;
-}
-.text-black {
-  color: @black!important;
-}
-.text-light-blue {
-  color: @light-blue !important;
-}
-.text-green {
-  color: @green !important;
-}
-.text-gray {
-  color: @gray !important;
-}
-.text-navy {
-  color: @navy !important;
-}
-.text-teal {
-  color: @teal !important;
-}
-.text-olive {
-  color: @olive !important;
-}
-.text-lime {
-  color: @lime !important;
-}
-.text-orange {
-  color: @orange !important;
-}
-.text-fuchsia {
-  color: @fuchsia !important;
-}
-.text-purple {
-  color: @purple !important;
-}
-.text-maroon {
-  color: @maroon !important;
-}
-
-// Hide elements by display none only
-.hide {
-  display: none !important;
-}
-
-// Remove borders
-.no-border {
-  border: 0px !important;
-}
-// Remove padding
-.no-padding {
-  padding: 0px !important;
-}
-// Remove margins
-.no-margin {
-  margin: 0px !important;
-}
-
-// Remove box shadow
-.no-shadow {
-  box-shadow: none!important;
-}
-
-// Unstyled List
-.list-unstyled {
-  list-style: none;
-  margin: 0;
-  padding: 0;
-}
-
-// Remove border radius
-.flat {
-  .border-radius(0)!important;
-}
-
-.text-bold {
-  &, &.table td, &.table th {
-    font-weight: 700;
-  }
-
-
-}
-
-// _fix for sparkline tooltip
-.jqstooltip{
-  padding: 5px!important;
-  width:auto!important;
-  height:auto!important;
-}
-
-
-// Gradient Background colors
-.bg-teal-gradient {
-  .gradient(@teal; @teal; lighten(@teal, 16%))!important;
-  color: #fff;
-}
-.bg-light-blue-gradient {
-  .gradient(@light-blue; @light-blue; lighten(@light-blue, 12%))!important;
-  color: #fff;
-}
-.bg-blue-gradient {
-  .gradient(@blue; @blue; lighten(@blue, 7%))!important;
-  color: #fff;
-}
-.bg-aqua-gradient {
-  .gradient(@aqua; @aqua; lighten(@aqua, 7%))!important;
-  color: #fff;
-}
-.bg-yellow-gradient {
-  .gradient(@yellow; @yellow; lighten(@yellow, 16%))!important;
-  color: #fff;
-}
-.bg-purple-gradient {
-  .gradient(@purple; @purple; lighten(@purple, 16%))!important;
-  color: #fff;
-}
-.bg-green-gradient {
-  .gradient(@green; @green; lighten(@green, 7%))!important;
-  color: #fff;
-}
-.bg-red-gradient {
-  .gradient(@red; @red; lighten(@red, 10%))!important;
-  color: #fff;
-}
-.bg-black-gradient {
-  .gradient(@black; @black; lighten(@black, 10%))!important;
-  color: #fff;
-}
-.bg-maroon-gradient {
-  .gradient(@maroon; @maroon; lighten(@maroon, 10%))!important;
-  color: #fff;
-}
-.connectedSortable {
-  min-height: 100px;
-}
-.ui-helper-hidden-accessible {
-  border: 0;
-  clip: rect(0 0 0 0);
-  height: 1px;
-  margin: -1px;
-  overflow: hidden;
-  padding: 0;
-  position: absolute;
-  width: 1px;
-}
-.sort-highlight {
-  background: #f4f4f4;
-  border: 1px dashed #ddd;
-  margin-bottom: 10px;
-}
-.full-opacity-hover {
-  .opacity(.65);
-  &:hover {
-    .opacity(1);
-  }
-}
-// Charts
-.chart {
-  position: relative;
-  overflow: hidden;
-  width: 100%;
-  svg,
-  canvas {
-    width: 100%!important;
-  }
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/95bb00d5/modules/webconfig/nodejs/node_modules/admin-lte/build/less/mixins.less
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/mixins.less b/modules/webconfig/nodejs/node_modules/admin-lte/build/less/mixins.less
deleted file mode 100644
index d153490..0000000
--- a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/mixins.less
+++ /dev/null
@@ -1,302 +0,0 @@
-//AdminLTE mixins
-//===============
-
-
-//Changes the color and the hovering properties of the navbar
-.navbar-variant(@color; @font-color: rgba(255, 255, 255, 0.8); @hover-color: #f6f6f6; @hover-bg: rgba(0, 0, 0, 0.1)) {
-  background-color: @color;
-  //Navbar links
-  .nav > li > a {
-    color: @font-color;
-  }
-
-  .nav > li > a:hover,
-    .nav > li > a:active,
-    .nav > li > a:focus,
-    .nav .open > a,
-    .nav .open > a:hover,
-    .nav .open > a:focus {
-    background: @hover-bg;
-    color: @hover-color;
-  }
-
-  //Add color to the sidebar toggle button
-  .sidebar-toggle {
-    color: @font-color;
-    &:hover {
-      color: @hover-color;
-      background: @hover-bg;
-    }
-  }
-}
-
-//Logo color variation
-.logo-variant(@bg-color; @color: #fff; @border-bottom-color: transparent; @border-bottom-width: 0px) {
-  background-color: @bg-color;
-  color: @color;
-  border-bottom: @border-bottom-width solid @border-bottom-color;
-
-  &:hover {
-    background: darken(@bg-color, 1%);
-  }
-}
-
-//Box solid color variantion creator
-.box-solid-variant(@color; @text-color: #fff) {
-  border: 1px solid @color;
-  > .box-header {
-    color: @text-color;
-    background: @color;
-    background-color: @color;
-    a,
-    .btn {
-      color: @text-color;
-    }
-  }
-}
-
-//Direct Chat Variant
-.direct-chat-variant(@bg-color; @color: #fff) {
-  .right > .direct-chat-text {
-    background: @bg-color;
-    border-color: @bg-color;
-    color: @color;
-    &:after,
-      &:before {
-      border-left-color: @bg-color;
-    }
-  }
-}
-
-//border radius creator
-.border-radius(@radius) {
-  border-radius: @radius;
-}
-//Different radius each side
-.border-radius(@top-left; @top-right; @bottom-left; @bottom-right) {
-  border-top-left-radius: @top-left;
-  border-top-right-radius: @top-right;
-  border-bottom-right-radius: @bottom-right;
-  border-bottom-left-radius: @bottom-left;
-}
-
-//Gradient background
-.gradient(@color: #F5F5F5, @start: #EEE, @stop: #FFF) {
-  background: @color;
-  background: -webkit-gradient(linear,
-    left bottom,
-    left top,
-    color-stop(0, @start),
-    color-stop(1, @stop));
-  background: -ms-linear-gradient(bottom,
-    @start,
-    @stop);
-  background: -moz-linear-gradient(center bottom,
-    @start 0%,
-    @stop 100%);
-  background: -o-linear-gradient(@stop,
-    @start);
-  filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@stop,@start));
-}
-
-//Added 2.1.0
-//Skins Mixins
-
-//Dark Sidebar Mixin
-.skin-dark-sidebar(@link-hover-border-color) {
-  // Sidebar background color (Both .wrapper and .left-side are responsible for sidebar bg color)
-  .wrapper,
-  .main-sidebar,
-  .left-side {
-    background-color: @sidebar-dark-bg;
-  }
-  //User Panel (resides in the sidebar)
-  .user-panel {
-    > .info, > .info > a {
-      color: #fff;
-    }
-  }
-  //Sidebar Menu. First level links
-  .sidebar-menu > li {
-    //Section Headning
-    &.header {
-      color: lighten(@sidebar-dark-bg, 20%);
-      background: darken(@sidebar-dark-bg, 4%);
-    }
-    //links
-    > a {
-      border-left: 3px solid transparent;
-      margin-right: 1px;
-    }
-    //Hover and active states
-    &:hover > a, &.active > a {
-      color: @sidebar-dark-hover-color;
-      background: @sidebar-dark-hover-bg;
-      border-left-color: @link-hover-border-color;
-    }
-    //First Level Submenu
-    > .treeview-menu {
-      margin: 0 1px;
-      background: @sidebar-dark-submenu-bg;
-    }
-  }
-  //All links within the sidebar menu
-  .sidebar a {
-    color: @sidebar-dark-color;
-    &:hover {
-      text-decoration: none;
-    }
-  }
-  //All submenus
-  .treeview-menu {
-    > li {
-      > a {
-        color: @sidebar-dark-submenu-color;
-      }
-      &.active > a, > a:hover {
-        color: @sidebar-dark-submenu-hover-color;
-      }
-    }
-  }
-  //The sidebar search form
-  .sidebar-form {
-    .border-radius(3px);
-    border: 1px solid lighten(@sidebar-dark-bg, 10%);
-    margin: 10px 10px;
-    input[type="text"], .btn {
-      box-shadow: none;
-      background-color: lighten(@sidebar-dark-bg, 10%);
-      border: 1px solid transparent;
-      height: 35px;
-      .transition(all @transition-speed @transition-fn);
-    }
-    input[type="text"] {
-      color: #666;
-      .border-radius(2px, 0, 2px, 0) !important;
-      &:focus, &:focus + .input-group-btn .btn {
-        background-color: #fff;
-        color: #666;
-      }
-      &:focus + .input-group-btn .btn {
-        border-left-color: #fff;
-      }
-    }
-    .btn {
-      color: #999;
-      .border-radius(0, 2px, 0, 2px) !important;
-    }
-  }
-}
-
-//Light Sidebar Mixin
-.skin-light-sidebar(@icon-active-color) {
-  // Sidebar background color (Both .wrapper and .left-side are responsible for sidebar bg color)
-  .wrapper,
-  .main-sidebar,
-  .left-side {
-    background-color: @sidebar-light-bg;
-  }
-  .content-wrapper,
-  .main-footer {
-    border-left: 1px solid @gray;
-  }
-  //User Panel (resides in the sidebar)
-  .user-panel {
-    > .info, > .info > a {
-      color: @sidebar-light-color;
-    }
-  }
-  //Sidebar Menu. First level links
-  .sidebar-menu > li {
-    .transition(border-left-color .3s ease);
-    //border-left: 3px solid transparent;
-    //Section Headning
-    &.header {
-      color: lighten(@sidebar-light-color, 25%);
-      background: @sidebar-light-bg;
-    }
-    //links
-    > a {
-      border-left: 3px solid transparent;  
-      font-weight: 600; 
-    }
-    //Hover and active states
-    &:hover > a,
-      &.active > a {
-      color: @sidebar-light-hover-color;
-      background: @sidebar-light-hover-bg;      
-    }
-    &:hover > a {
-
-    }
-    &.active {      
-      border-left-color: @icon-active-color;
-      > a {
-        font-weight: 600;      
-      }
-    }
-    //First Level Submenu
-    > .treeview-menu {      
-      background: @sidebar-light-submenu-bg;      
-    }
-  }
-  //All links within the sidebar menu
-  .sidebar a {
-    color: @sidebar-light-color;
-    &:hover {
-      text-decoration: none;
-    }
-  }
-  //All submenus
-  .treeview-menu {
-    > li {
-      > a {
-        color: @sidebar-light-submenu-color;
-      }
-      &.active > a,
-      > a:hover {
-        color: @sidebar-light-submenu-hover-color;
-      }
-      &.active > a {
-        font-weight: 600;
-      }
-    }
-  }
-  //The sidebar search form
-  .sidebar-form {
-    .border-radius(3px);
-    border: 1px solid @gray;//darken(@sidebar-light-bg, 5%);
-    margin: 10px 10px;
-    input[type="text"],
-    .btn {
-      box-shadow: none;
-      background-color: #fff;//darken(@sidebar-light-bg, 3%);
-      border: 1px solid transparent;
-      height: 35px;
-      .transition(all @transition-speed @transition-fn);
-    }
-    input[type="text"] {
-      color: #666;
-      .border-radius(2px, 0, 2px, 0) !important;
-      &:focus,
-        &:focus + .input-group-btn .btn {
-        background-color: #fff;
-        color: #666;
-      }
-      &:focus + .input-group-btn .btn {
-        border-left-color: #fff;
-      }
-    }
-    .btn {
-      color: #999;
-      .border-radius(0, 2px, 0, 2px) !important;
-    }
-  }
-  @media(min-width: @screen-sm-min) {  
-    &.sidebar-mini.sidebar-collapse {
-      .sidebar-menu > li > .treeview-menu {
-        border-left: 1px solid @gray;
-      }           
-    }
-  }
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/95bb00d5/modules/webconfig/nodejs/node_modules/admin-lte/build/less/modal.less
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/modal.less b/modules/webconfig/nodejs/node_modules/admin-lte/build/less/modal.less
deleted file mode 100644
index 5a6d9de..0000000
--- a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/modal.less
+++ /dev/null
@@ -1,73 +0,0 @@
-/*
- * Component: modal
- * ----------------
- */
-.modal {
-  background: rgba(0,0,0,.3);
-}
-.modal-content {
-  .border-radius(0);
-  .box-shadow(0 2px 3px rgba(0,0,0,.125))!important;
-  border: 0;
-  @media (min-width: @screen-sm-min) {
-    .box-shadow(0 2px 3px rgba(0,0,0,.125))!important;
-  }
-}
-.modal-header {
-  border-bottom-color: @box-border-color;
-}
-.modal-footer {
-  border-top-color: @box-border-color;
-}
-
-//Modal variants
-.modal-primary {
-  .modal-body {
-    &:extend(.bg-light-blue);    
-  }
-  .modal-header,
-  .modal-footer {
-    &:extend(.bg-light-blue-active);
-    border-color: darken(@light-blue, 10%);
-  }
-}
-.modal-warning {
-  .modal-body {
-    &:extend(.bg-yellow);    
-  }
-  .modal-header,
-  .modal-footer {
-    &:extend(.bg-yellow-active);
-    border-color: darken(@yellow, 10%);
-  }
-}
-.modal-info {
-  .modal-body {
-    &:extend(.bg-aqua);    
-  }
-  .modal-header,
-  .modal-footer {
-    &:extend(.bg-aqua-active);
-    border-color: darken(@aqua, 10%);
-  }
-}
-.modal-success {
-  .modal-body {
-    &:extend(.bg-green);
-  }
-  .modal-header,
-  .modal-footer {
-    &:extend(.bg-green-active);
-    border-color: darken(@green, 10%);
-  }
-}
-.modal-danger {
-  .modal-body {
-    &:extend(.bg-red);    
-  }
-  .modal-header,
-  .modal-footer {
-    &:extend(.bg-red-active);
-    border-color: darken(@red, 10%);
-  }
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/95bb00d5/modules/webconfig/nodejs/node_modules/admin-lte/build/less/navs.less
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/navs.less b/modules/webconfig/nodejs/node_modules/admin-lte/build/less/navs.less
deleted file mode 100644
index fa4eaa9..0000000
--- a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/navs.less
+++ /dev/null
@@ -1,171 +0,0 @@
-/*
- * Component: Nav
- * --------------
- */
-
-/* NAV PILLS */
-.nav-pills {
-  > li > a {
-    .border-radius(0);
-    border-top: 3px solid transparent;    
-    color: #444;
-    > .fa,
-    > .glyphicon,
-    > .ion {
-      margin-right: 5px;
-    }
-  }
-  > li.active > a,
-  > li.active > a:hover,
-  > li.active > a:focus {
-    background-color: #f4f4f4;
-    border-top-color: @light-blue;
-    color: #444;
-  }
-  > li.active > a {
-    font-weight: 600;
-  }
-  > li > a:hover {
-    background-color: #f6f6f6;
-  }
-}
-/* NAV STACKED */
-.nav-stacked {
-  > li > a {
-    .border-radius(0);
-    border-top: 0;
-    border-left: 3px solid transparent;    
-    color: #444;
-  }
-  > li.active > a,
-  > li.active > a:hover {
-    background-color: #f4f4f4;
-    border-top: 0;
-    border-left-color: @light-blue;
-    color: #444;
-  }
-
-  > li.header {
-    border-bottom: 1px solid #ddd;
-    color: #777;
-    margin-bottom: 10px;
-    padding: 5px 10px;
-    text-transform: uppercase;
-  }
-}
-
-/* NAV TABS */
-.nav-tabs-custom {
-  margin-bottom: 20px;
-  background: #fff;
-  box-shadow: @box-boxshadow;
-  border-radius: @box-border-radius;
-  > .nav-tabs {
-    margin: 0;
-    border-bottom-color: #f4f4f4;
-    .border-top-radius(@box-border-radius);
-    > li {
-      border-top: 3px solid transparent;
-      margin-bottom: -2px;
-      > a {
-        .border-radius(0)!important;
-        &,
-        &:hover {
-          background: transparent;
-          margin: 0;
-        }
-      }
-      &:not(.active) {
-        > a:hover,
-          > a:focus,
-          > a:active {
-          border-color: transparent;
-        }
-      }
-      margin-right: 5px;
-    }
-
-    > li.active {
-      border-top-color: @light-blue;
-      & > a,
-      &:hover > a {
-        background-color: #fff;
-
-      }
-      > a {
-        border-top: 0;
-        border-left-color: #f4f4f4;
-        border-right-color: #f4f4f4;
-      }
-
-    }
-
-    > li:first-of-type {
-      margin-left: 0;
-      &.active {
-        > a {
-          border-left-width: 0;
-        }
-      }
-    }
-
-    //Pulled to the right
-    &.pull-right {
-      float: none!important;
-      > li {
-        float: right;
-      }
-      > li:first-of-type {
-        margin-right: 0;
-        &.active {
-          > a {
-            border-left-width: 1px;
-            border-right-width: 0;
-          }
-        }
-      }
-    }
-
-    > li.header {
-      line-height: 35px;
-      padding: 0 10px;
-      font-size: 20px;
-      color: #444;
-      > .fa,
-      > .glyphicon,
-      > .ion {
-        margin-right: 5px;
-      }
-    }
-  }
-
-  > .tab-content {
-    background: #fff;
-    padding: 10px;
-    .border-bottom-radius(@box-border-radius);
-  }
-}
-
-/* Nav tabs bottom */
-.tabs-bottom {
-  &.nav-3 {
-    li a {
-      width: percentage(100/3)!important;
-    }
-  }
-  li a {
-    border: 0;
-  }
-}
-
-/* PAGINATION */
-.pagination {
-  > li > a {
-    background: #fafafa;
-    color: #666;
-  }
-  > li:first-of-type a,
-    > li:last-of-type a {
-    .border-radius(0);
-  }
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/95bb00d5/modules/webconfig/nodejs/node_modules/admin-lte/build/less/print.less
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/print.less b/modules/webconfig/nodejs/node_modules/admin-lte/build/less/print.less
deleted file mode 100644
index d2eb593..0000000
--- a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/print.less
+++ /dev/null
@@ -1,48 +0,0 @@
-/*
- * Misc: print
- * -----------
- */
-@media print {
-  //Add to elements that you do not want to show when printing
-  .no-print {
-    display: none!important;
-  }
-  //Elements that we want to hide when printing
-  .main-sidebar,
-  .left-side,
-  .main-header,
-  .content-header {
-    &:extend(.no-print);
-  }
-  //This is the only element that should appear, so let's remove the margins
-  .content-wrapper,
-  .right-side,
-  .main-footer {
-    margin-left: 0!important;    
-    min-height: 0!important;
-    .translate(0,0)!important;     
-  }
-  .fixed .content-wrapper,
-  .fixed .right-side {
-    padding-top: 0!important;
-  }
-  //Invoice printing
-  .invoice {
-    width: 100%;
-    border: 0;
-    margin: 0;
-    padding: 0;
-  }
-  .invoice-col {
-    float: left;
-    width: 33.3333333%;
-  }
-  //Make sure table content displays properly
-  .table-responsive {
-    overflow: auto;
-    > .table tr th,
-    > .table tr td {
-      white-space: normal!important;
-    }
-  }
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/95bb00d5/modules/webconfig/nodejs/node_modules/admin-lte/build/less/products.less
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/products.less b/modules/webconfig/nodejs/node_modules/admin-lte/build/less/products.less
deleted file mode 100644
index 43aa505..0000000
--- a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/products.less
+++ /dev/null
@@ -1,44 +0,0 @@
-/*
- * Component: Products List
- * ------------------------
- */
-.products-list {
-  list-style: none;
-  margin: 0;
-  padding: 0;
-  > .item {
-    .border-radius(@box-border-radius);
-    .box-shadow(@box-boxshadow);
-    .clearfix();
-    padding: 10px 0;
-    background: #fff;     
-  }
-  .product-img {
-    float: left;
-    img {
-      width: 50px;
-      height: 50px;
-    }
-  }
-  .product-info {
-    margin-left: 60px;    
-  }
-  .product-title {
-    font-weight: 600;
-  }
-  .product-description {
-    display: block;
-    color: #999;
-    overflow: hidden;
-    white-space: nowrap;
-    text-overflow: ellipsis;
-  }
-}
-.product-list-in-box > .item {
-  .box-shadow(none);
-  .border-radius(0);
-  border-bottom: 1px solid @box-border-color;
-  &:last-of-type {
-    border-bottom-width: 0;
-  }
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/95bb00d5/modules/webconfig/nodejs/node_modules/admin-lte/build/less/progress-bars.less
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/progress-bars.less b/modules/webconfig/nodejs/node_modules/admin-lte/build/less/progress-bars.less
deleted file mode 100644
index bf9d48f..0000000
--- a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/progress-bars.less
+++ /dev/null
@@ -1,107 +0,0 @@
-/*
- * Component: Progress Bar
- * -----------------------
- */
-
-//General CSS
-.progress, 
-.progress > .progress-bar {
-  .box-shadow(none);
-  &, .progress-bar {
-    .border-radius(@progress-bar-border-radius);
-  }
-}
-
-/* size variation */
-.progress.sm,
-.progress-sm {
-  height: 10px;
-  &, .progress-bar {
-    .border-radius(@progress-bar-sm-border-radius);
-  }
-}
-.progress.xs,
-.progress-xs {
-  height: 7px;
-  &, .progress-bar {
-    .border-radius(@progress-bar-xs-border-radius);
-  }
-}
-.progress.xxs,
-.progress-xxs {
-  height: 3px;
-  &, .progress-bar {
-    .border-radius(@progress-bar-xs-border-radius);
-  }
-}
-/* Vertical bars */
-.progress.vertical {
-  position: relative;
-  width: 30px;
-  height: 200px;
-  display: inline-block;
-  margin-right: 10px;
-  > .progress-bar {
-    width: 100%!important;  
-    position: absolute;
-    bottom: 0;
-  }
-
-  //Sizes
-  &.sm,
-  &.progress-sm{
-    width: 20px;
-  }
-
-  &.xs,
-  &.progress-xs{
-    width: 10px;
-  }
-  &.xxs,
-  &.progress-xxs{
-    width: 3px;
-  }
-}
-
-//Progress Groups
-.progress-group {
-  .progress-text {
-    font-weight: 600;
-  }
-  .progress-number {
-    float: right;
-  }
-}
-
-/* Remove margins from progress bars when put in a table */
-.table {
-  tr > td .progress {
-    margin: 0;
-  }
-}
-
-// Variations
-// -------------------------
-.progress-bar-light-blue,
-.progress-bar-primary {
-  .progress-bar-variant(@light-blue);
-}
-.progress-bar-green,
-.progress-bar-success {
-  .progress-bar-variant(@green);
-}
-
-.progress-bar-aqua,
-.progress-bar-info {
-  .progress-bar-variant(@aqua);
-}
-
-.progress-bar-yellow,
-.progress-bar-warning {
-  .progress-bar-variant(@yellow);
-}
-
-.progress-bar-red,
-.progress-bar-danger {
-  .progress-bar-variant(@red);
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/95bb00d5/modules/webconfig/nodejs/node_modules/admin-lte/build/less/sidebar-mini.less
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/sidebar-mini.less b/modules/webconfig/nodejs/node_modules/admin-lte/build/less/sidebar-mini.less
deleted file mode 100644
index f1370d0..0000000
--- a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/sidebar-mini.less
+++ /dev/null
@@ -1,134 +0,0 @@
-/*
- * Component: Sidebar Mini
- */
-
-//Add sidebar-mini class to the body tag to activate this feature
-.sidebar-mini {
-  //Sidebar mini should work only on devices larger than @screen-sm
-  @media (min-width: @screen-sm) {
-    //When the sidebar is collapsed...
-    &.sidebar-collapse {
-
-      //Apply the new margining to the main content and footer
-      .content-wrapper,
-      .right-side,
-      .main-footer {
-        margin-left: 50px!important;
-        z-index: 840;
-      }
-
-      //Modify the sidbar to shrink instead of disappearing
-      .main-sidebar {
-        //Don't go away! Just shrink
-        .translate(0, 0);
-        width: 50px!important;
-        z-index: 850;
-      }
-
-      .sidebar-menu {
-        > li {
-          position: relative;
-          > a {
-            margin-right: 0;
-          }
-          > a > span {
-            border-top-right-radius: 4px;
-          }
-
-          &:not(.treeview) {
-            > a > span {
-              border-bottom-right-radius: 4px;
-            }
-          }
-
-          > .treeview-menu {
-            //Add some padding to the treeview menu
-            padding-top: 5px;
-            padding-bottom: 5px;
-            border-bottom-right-radius: 4px;
-          }
-
-          //Show menu items on hover
-          &:hover {
-            > a {
-              overflow: visible;
-            }
-            > a > span:not(.pull-right),
-            > .treeview-menu {
-              display: block!important;
-              position: absolute;
-              width: @sidebar-width - 50;
-              left: 50px;
-            }
-
-            //position the header & treeview menus
-            > a > span {
-              top: 0;
-              margin-left: -3px;
-              padding: 12px 5px 12px 20px;
-              background-color: inherit;
-            }
-            > .treeview-menu {
-              top: 44px;
-              margin-left: 0;
-            }
-          }
-        }
-      }
-
-      //Make the sidebar links, menus, labels, badeges
-      //and angle icons disappear
-      .main-sidebar .user-panel > .info,
-      .sidebar-form,
-      .sidebar-menu > li > a > span,
-      .sidebar-menu > li > .treeview-menu,
-      .sidebar-menu >li > a > .pull-right,
-      .sidebar-menu li.header {
-        display: none!important;
-      }
-
-      .main-header {
-        //Lets make the logo also shrink and the mini logo to appear
-        .logo {
-          width: 50px;
-          > .logo-mini {
-            display: block;
-            margin-left: -15px;
-            margin-right: -15px;
-            font-size: 18px;
-          }
-          > .logo-lg {
-            display: none;
-          }
-        }
-
-        //Since the logo got smaller, we need to fix the navbar's position
-        .navbar {
-          margin-left: 50px;
-        }
-      }
-    }
-  }
-}
-
-//A fix for text overflow while transitioning from sidebar mini to full sidebar
-.sidebar-menu li > a,
-.main-sidebar .user-panel,
-.sidebar-menu > li.header {
-  white-space: nowrap!important;
-  overflow: hidden;
-}
-.sidebar-form,
-.sidebar-menu > li.header {
-  overflow: hidden;
-  text-overflow: clip;
-}
-.sidebar-menu li > a {
-  position: relative;
-  > .pull-right {
-    position: absolute;
-    top: 50%;
-    right: 10px;
-    margin-top: -7px;
-  }
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/95bb00d5/modules/webconfig/nodejs/node_modules/admin-lte/build/less/sidebar.less
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/sidebar.less b/modules/webconfig/nodejs/node_modules/admin-lte/build/less/sidebar.less
deleted file mode 100644
index 7883339..0000000
--- a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/sidebar.less
+++ /dev/null
@@ -1,154 +0,0 @@
-/*
- * Component: Sidebar
- * ------------------
- */
-//Main Sidebar
-// ``` .left-side has been deprecated as of 2.0.0 in favor of .main-sidebar ```
-
-.main-sidebar,
-.left-side {
-  position: absolute;
-  top: 0;
-  left: 0;
-  padding-top: 50px;
-  min-height: 100%;
-  width: @sidebar-width;
-  z-index: 810;
-  //Using disposable variable to join statements with a comma
-  @transition-rule: @transition-speed @transition-fn,
-    width @transition-speed @transition-fn;
-  .transition-transform(@transition-rule);
-  @media (max-width: @screen-xs-max) {
-    .translate(-@sidebar-width, 0);
-  }
-  .sidebar-collapse & {
-    @media (min-width: @screen-sm) {
-      .translate(-@sidebar-width, 0);
-    }
-  }
-  .sidebar-open & {
-    @media (max-width: @screen-xs-max) {
-      .translate(0, 0);
-    }
-  }
-}
-
-.sidebar {
-  padding-bottom: 10px;
-}
-// remove border from form
-.sidebar-form {
-  input:focus {
-    border-color: transparent!important;
-  }
-}
-
-//Sidebar user panel
-.user-panel {
-  position: relative;
-  width: 100%;
-  padding: 10px;
-  overflow: hidden;
-  .clearfix();
-  > .image > img {
-    width: 100%;
-    max-width: 45px;
-    height: auto;
-  }
-  > .info {    
-    padding: 5px 5px 5px 15px;
-    line-height: 1;
-    position: absolute;
-    left: 55px;    
-    > p {
-      font-weight: 600;
-      margin-bottom: 9px;
-    }
-    > a {
-      text-decoration: none;
-      padding-right: 5px;
-      margin-top: 3px;
-      font-size: 11px;
-      > .fa,
-      > .ion,
-      > .glyphicon {
-        margin-right: 3px;
-      }
-    }
-  }
-}
-
-// Sidebar menu
-.sidebar-menu {
-  list-style: none;
-  margin: 0;
-  padding: 0;
-  //First Level
-  > li {
-    position: relative;
-    margin: 0;
-    padding: 0;
-    > a {
-      padding: 12px 5px 12px 15px;
-      display: block;
-      > .fa,
-      > .glyphicon,
-      > .ion {
-        width: 20px;
-      }
-    }
-    .label,
-    .badge {
-      margin-top: 3px;
-      margin-right: 5px;
-    }
-  }
-  li.header {
-    padding: 10px 25px 10px 15px;
-    font-size: 12px;
-  }
-  li > a > .fa-angle-left {
-    width: auto;
-    height: auto;
-    padding: 0;
-    margin-right: 10px;
-    margin-top: 3px;
-  }
-  li.active {
-    > a > .fa-angle-left {
-      .rotate(-90deg);
-    }
-    > .treeview-menu {
-      display: block;
-    }
-  }
-
-  // Tree view menu
-  .treeview-menu {
-    display: none;
-    list-style: none;
-    padding:0;
-    margin:0;
-    padding-left: 5px;
-    .treeview-menu {
-      padding-left: 20px;
-    }
-    > li {
-      margin: 0;
-      > a {
-        padding: 5px 5px 5px 15px;
-        display: block;
-        font-size: 14px;
-        > .fa,
-        > .glyphicon,
-        > .ion {
-          width: 20px;
-        }
-        > .fa-angle-left,
-        > .fa-angle-down {
-          width: auto;
-        }
-      }
-    }
-  }
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/95bb00d5/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/_all-skins.less
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/_all-skins.less b/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/_all-skins.less
deleted file mode 100644
index 7ed45c7..0000000
--- a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/_all-skins.less
+++ /dev/null
@@ -1,13 +0,0 @@
-//All skins in one file
-@import "skin-blue.less";
-@import "skin-blue-light.less";
-@import "skin-black.less";
-@import "skin-black-light.less";
-@import "skin-green.less";
-@import "skin-green-light.less";
-@import "skin-red.less";
-@import "skin-red-light.less";
-@import "skin-yellow.less";
-@import "skin-yellow-light.less";
-@import "skin-purple.less";
-@import "skin-purple-light.less";
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/95bb00d5/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-black-light.less
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-black-light.less b/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-black-light.less
deleted file mode 100644
index c357103..0000000
--- a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-black-light.less
+++ /dev/null
@@ -1,64 +0,0 @@
-/*
- * Skin: Black
- * -----------
- */
-@import "../../bootstrap-less/mixins.less";
-@import "../../bootstrap-less/variables.less";
-@import "../variables.less";
-@import "../mixins.less";
-
-/* skin-black navbar */
-.skin-black-light {
-  //Navbar & Logo 
-  .main-header {
-    .box-shadow(0px 1px 1px rgba(0, 0, 0, 0.05));
-    .navbar-toggle {
-      color: #333;
-    }
-    .navbar-brand {
-      color: #333;
-      border-right: 1px solid #eee;
-    }
-    > .navbar {
-      .navbar-variant(#fff; #333; #999; #fff);
-      > .sidebar-toggle {
-        color: #333;
-        border-right: 1px solid #eee;
-      }
-      .navbar-nav {
-        > li > a {
-          border-right: 1px solid #eee;
-        }
-      }
-      .navbar-custom-menu .navbar-nav,
-      .navbar-right {
-        > li {
-          > a {
-            border-left: 1px solid #eee;
-            border-right-width: 0;
-          }
-        }
-      }
-    }
-    > .logo {
-      .logo-variant(#fff; #333);
-      border-right: 1px solid #eee;
-      @media (max-width: @screen-header-collapse) {
-        .logo-variant(#222; #fff);
-        border-right: none;
-      }
-    }
-
-    li.user-header {
-      background-color: #222;
-    }
-  }
-
-  //Content Header
-  .content-header {
-    background: transparent;
-    box-shadow: none;
-  }
-  //Create the sidebar skin
-  .skin-light-sidebar(#fff);    
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/95bb00d5/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-black.less
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-black.less b/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-black.less
deleted file mode 100644
index a39feb1..0000000
--- a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-black.less
+++ /dev/null
@@ -1,64 +0,0 @@
-/*
- * Skin: Black
- * -----------
- */
-@import "../../bootstrap-less/mixins.less";
-@import "../../bootstrap-less/variables.less";
-@import "../variables.less";
-@import "../mixins.less";
-
-/* skin-black navbar */
-.skin-black {
-  //Navbar & Logo 
-  .main-header {
-    .box-shadow(0px 1px 1px rgba(0, 0, 0, 0.05));
-    .navbar-toggle {
-      color: #333;
-    }
-    .navbar-brand {
-      color: #333;
-      border-right: 1px solid #eee;
-    }
-    > .navbar {
-      .navbar-variant(#fff; #333; #999; #fff);
-      > .sidebar-toggle {
-        color: #333;
-        border-right: 1px solid #eee;
-      }
-      .navbar-nav {
-        > li > a {
-          border-right: 1px solid #eee;
-        }
-      }
-      .navbar-custom-menu .navbar-nav,
-      .navbar-right {
-        > li {
-          > a {
-            border-left: 1px solid #eee;
-            border-right-width: 0;
-          }
-        }
-      }
-    }
-    > .logo {
-      .logo-variant(#fff; #333);
-      border-right: 1px solid #eee;
-      @media (max-width: @screen-header-collapse) {
-        .logo-variant(#222; #fff);
-        border-right: none;
-      }
-    }
-
-    li.user-header {
-      background-color: #222;
-    }
-  }
-
-  //Content Header
-  .content-header {
-    background: transparent;
-    box-shadow: none;
-  }
-  //Create the sidebar skin
-  .skin-dark-sidebar(#fff);
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/95bb00d5/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-blue-light.less
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-blue-light.less b/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-blue-light.less
deleted file mode 100644
index 25ff8ff..0000000
--- a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-blue-light.less
+++ /dev/null
@@ -1,61 +0,0 @@
-/*
- * Skin: Blue
- * ----------
- */
-@import "../../bootstrap-less/mixins.less";
-@import "../../bootstrap-less/variables.less";
-@import "../variables.less";
-@import "../mixins.less";
-
-.skin-blue-light {
-  //Navbar
-  .main-header {
-    .navbar {
-      .navbar-variant(@light-blue; #fff);
-      .sidebar-toggle {
-        color: #fff;
-        &:hover {
-          background-color: darken(@light-blue, 5%);
-        }
-      }
-      @media (max-width: @screen-header-collapse) {
-        .dropdown-menu {
-          li {
-            &.divider {
-              background-color: rgba(255, 255, 255, 0.1);
-            }
-            a {
-              color: #fff;
-              &:hover {
-                background: darken(@light-blue, 5%);
-              }
-            }
-          }
-        }
-      }
-    }
-    //Logo
-    .logo {
-      .logo-variant(@light-blue);
-    }
-
-    li.user-header {
-      background-color: @light-blue;
-    }
-  }
-
-  //Content Header
-  .content-header {
-    background: transparent;
-  }
-
-  //Create the sidebar skin
-  .skin-light-sidebar(@light-blue);
-  .main-footer {
-    border-top-color: @gray;
-  }
-}
-
-.skin-blue.layout-top-nav .main-header > .logo {
-  .logo-variant(@light-blue);
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/95bb00d5/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-blue.less
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-blue.less b/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-blue.less
deleted file mode 100644
index 562b456..0000000
--- a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-blue.less
+++ /dev/null
@@ -1,58 +0,0 @@
-/*
- * Skin: Blue
- * ----------
- */
-@import "../../bootstrap-less/mixins.less";
-@import "../../bootstrap-less/variables.less";
-@import "../variables.less";
-@import "../mixins.less";
-
-.skin-blue {
-  //Navbar
-  .main-header {
-    .navbar {
-      .navbar-variant(@light-blue; #fff);
-      .sidebar-toggle {
-        color: #fff;
-        &:hover {
-          background-color: darken(@light-blue, 5%);
-        }
-      }
-      @media (max-width: @screen-header-collapse) {
-        .dropdown-menu {
-          li {
-            &.divider {
-              background-color: rgba(255, 255, 255, 0.1);
-            }
-            a {
-              color: #fff;
-              &:hover {
-                background: darken(@light-blue, 5%);
-              }
-            }
-          }
-        }
-      }
-    }
-    //Logo
-    .logo {
-      .logo-variant(darken(@light-blue, 5%));      
-    }
-
-    li.user-header {
-      background-color: @light-blue;
-    }
-  }
-
-  //Content Header
-  .content-header {
-    background: transparent;
-  }
-
-  //Create the sidebar skin
-  .skin-dark-sidebar(@light-blue);
-}
-
-.skin-blue.layout-top-nav .main-header > .logo {
-  .logo-variant(@light-blue);
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/95bb00d5/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-green-light.less
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-green-light.less b/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-green-light.less
deleted file mode 100644
index 1d1a695..0000000
--- a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-green-light.less
+++ /dev/null
@@ -1,56 +0,0 @@
-/*
- * Skin: Green
- * -----------
- */
-
-@import "../../bootstrap-less/mixins.less";
-@import "../../bootstrap-less/variables.less";
-@import "../variables.less";
-@import "../mixins.less";
-
-.skin-green-light {
-  //Navbar
-  .main-header {
-    .navbar {
-      .navbar-variant(@green; #fff);
-      .sidebar-toggle {
-        color: #fff;
-        &:hover {
-          background-color: darken(@green, 5%);
-        }
-      }
-      @media(max-width: @screen-header-collapse) {
-        .dropdown-menu {
-          li {
-            &.divider {
-              background-color: rgba(255,255,255,0.1);
-            }
-            a {
-              color: #fff;
-              &:hover {
-                background: darken(@green, 5%);
-              }
-            }
-          }
-        }
-      }
-    }
-    //Logo
-    .logo {
-      .logo-variant(@green);
-    }
-
-    li.user-header {
-      background-color: @green;
-    }
-  }
-
-  //Content Header
-  .content-header {
-    background: transparent;
-  }
-
-  //Create the sidebar skin
-  .skin-light-sidebar(@green);
-
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/95bb00d5/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-green.less
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-green.less b/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-green.less
deleted file mode 100644
index 0c9eb47..0000000
--- a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-green.less
+++ /dev/null
@@ -1,56 +0,0 @@
-/*
- * Skin: Green
- * -----------
- */
-
-@import "../../bootstrap-less/mixins.less";
-@import "../../bootstrap-less/variables.less";
-@import "../variables.less";
-@import "../mixins.less";
-
-.skin-green {
-  //Navbar
-  .main-header {
-    .navbar {
-      .navbar-variant(@green; #fff);
-      .sidebar-toggle {
-        color: #fff;
-        &:hover {
-          background-color: darken(@green, 5%);
-        }
-      }
-      @media(max-width: @screen-header-collapse) {
-        .dropdown-menu {
-          li {
-            &.divider {
-              background-color: rgba(255,255,255,0.1);
-            }
-            a {
-              color: #fff;
-              &:hover {
-                background: darken(@green, 5%);
-              }
-            }
-          }
-        }
-      }
-    }
-    //Logo
-    .logo {
-      .logo-variant(darken(@green, 5%));      
-    }
-    
-    li.user-header {
-      background-color: @green;
-    }
-  }
-
-  //Content Header
-  .content-header {
-    background: transparent;
-  }
-  
-  //Create the sidebar skin
-  .skin-dark-sidebar(@green);
-
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/95bb00d5/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-purple-light.less
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-purple-light.less b/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-purple-light.less
deleted file mode 100644
index bd93bd7..0000000
--- a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-purple-light.less
+++ /dev/null
@@ -1,55 +0,0 @@
-/*
- * Skin: Purple
- * ------------
- */
-
-@import "../../bootstrap-less/mixins.less";
-@import "../../bootstrap-less/variables.less";
-@import "../variables.less";
-@import "../mixins.less";
-
-.skin-purple-light {
-  //Navbar
-  .main-header {
-    .navbar {
-      .navbar-variant(@purple; #fff);
-      .sidebar-toggle {
-        color: #fff;
-        &:hover {
-          background-color: darken(@purple, 5%);
-        }
-      }
-      @media(max-width: @screen-header-collapse) {
-        .dropdown-menu {
-          li {
-            &.divider {
-              background-color: rgba(255,255,255,0.1);
-            }
-            a {
-              color: #fff;
-              &:hover {
-                background: darken(@purple, 5%);
-              }
-            }
-          }
-        }
-      }
-    }
-    //Logo
-    .logo {
-      .logo-variant(@purple);
-    }
-
-    li.user-header {
-      background-color: @purple;
-    }
-  }
-
-  //Content Header
-  .content-header {
-    background: transparent;
-  }
-
-  //Create the sidebar skin
-  .skin-light-sidebar(@purple);
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/95bb00d5/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-purple.less
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-purple.less b/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-purple.less
deleted file mode 100644
index 9ce9f11..0000000
--- a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-purple.less
+++ /dev/null
@@ -1,55 +0,0 @@
-/*
- * Skin: Purple
- * ------------
- */
-
-@import "../../bootstrap-less/mixins.less";
-@import "../../bootstrap-less/variables.less";
-@import "../variables.less";
-@import "../mixins.less";
-
-.skin-purple {
-  //Navbar
-  .main-header {
-    .navbar {
-      .navbar-variant(@purple; #fff);
-      .sidebar-toggle {
-        color: #fff;
-        &:hover {
-          background-color: darken(@purple, 5%);
-        }
-      }
-      @media(max-width: @screen-header-collapse) {
-        .dropdown-menu {
-          li {
-            &.divider {
-              background-color: rgba(255,255,255,0.1);
-            }
-            a {
-              color: #fff;
-              &:hover {
-                background: darken(@purple, 5%);
-              }
-            }
-          }
-        }
-      }
-    }
-    //Logo
-    .logo {
-      .logo-variant(darken(@purple, 5%));      
-    }
-    
-    li.user-header {
-      background-color: @purple;
-    }
-  }
-
-  //Content Header
-  .content-header {
-    background: transparent;
-  }
-
-  //Create the sidebar skin
-  .skin-dark-sidebar(@purple);
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/95bb00d5/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-red-light.less
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-red-light.less b/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-red-light.less
deleted file mode 100644
index f616e1c..0000000
--- a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-red-light.less
+++ /dev/null
@@ -1,55 +0,0 @@
-/*
- * Skin: Red
- * ---------
- */
-
-@import "../../bootstrap-less/mixins.less";
-@import "../../bootstrap-less/variables.less";
-@import "../variables.less";
-@import "../mixins.less";
-
-.skin-red-light {
-  //Navbar
-  .main-header {
-    .navbar {
-      .navbar-variant(@red; #fff);
-      .sidebar-toggle {
-        color: #fff;
-        &:hover {
-          background-color: darken(@red, 5%);
-        }
-      }
-      @media(max-width: @screen-header-collapse) {
-        .dropdown-menu {
-          li {
-            &.divider {
-              background-color: rgba(255,255,255,0.1);
-            }
-            a {
-              color: #fff;
-              &:hover {
-                background: darken(@red, 5%);
-              }
-            }
-          }
-        }
-      }
-    }
-    //Logo
-    .logo {
-      .logo-variant(@red);      
-    }
-    
-    li.user-header {
-      background-color: @red;
-    }
-  }
-
-  //Content Header
-  .content-header {
-    background: transparent;
-  }
-
-  //Create the sidebar skin
-  .skin-light-sidebar(@red);
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/95bb00d5/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-red.less
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-red.less b/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-red.less
deleted file mode 100644
index 5f0f1b2..0000000
--- a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-red.less
+++ /dev/null
@@ -1,55 +0,0 @@
-/*
- * Skin: Red
- * ---------
- */
-
-@import "../../bootstrap-less/mixins.less";
-@import "../../bootstrap-less/variables.less";
-@import "../variables.less";
-@import "../mixins.less";
-
-.skin-red {
-  //Navbar
-  .main-header {
-    .navbar {
-      .navbar-variant(@red; #fff);
-      .sidebar-toggle {
-        color: #fff;
-        &:hover {
-          background-color: darken(@red, 5%);
-        }
-      }
-      @media(max-width: @screen-header-collapse) {
-        .dropdown-menu {
-          li {
-            &.divider {
-              background-color: rgba(255,255,255,0.1);
-            }
-            a {
-              color: #fff;
-              &:hover {
-                background: darken(@red, 5%);
-              }
-            }
-          }
-        }
-      }
-    }
-    //Logo
-    .logo {
-      .logo-variant(darken(@red, 5%));      
-    }
-    
-    li.user-header {
-      background-color: @red;
-    }
-  }
-
-  //Content Header
-  .content-header {
-    background: transparent;
-  }
-
-  //Create the sidebar skin
-  .skin-dark-sidebar(@red);
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/95bb00d5/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-yellow-light.less
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-yellow-light.less b/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-yellow-light.less
deleted file mode 100644
index c746199..0000000
--- a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-yellow-light.less
+++ /dev/null
@@ -1,55 +0,0 @@
-/*
- * Skin: Yellow
- * ------------
- */
-
-@import "../../bootstrap-less/mixins.less";
-@import "../../bootstrap-less/variables.less";
-@import "../variables.less";
-@import "../mixins.less";
-
-.skin-yellow-light {
-  //Navbar
-  .main-header {
-    .navbar {
-      .navbar-variant(@yellow; #fff);
-      .sidebar-toggle {
-        color: #fff;
-        &:hover {
-          background-color: darken(@yellow, 5%);
-        }
-      }
-      @media(max-width: @screen-header-collapse) {
-        .dropdown-menu {
-          li {
-            &.divider {
-              background-color: rgba(255,255,255,0.1);
-            }
-            a {
-              color: #fff;
-              &:hover {
-                background: darken(@yellow, 5%);
-              }
-            }
-          }
-        }
-      }
-    }
-    //Logo
-    .logo {
-      .logo-variant(@yellow);      
-    }
-    
-    li.user-header {
-      background-color: @yellow;
-    }
-  }
-
-  //Content Header
-  .content-header {
-    background: transparent;
-  }
-
-  //Create the sidebar skin
-  .skin-light-sidebar(@yellow);
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/95bb00d5/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-yellow.less
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-yellow.less b/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-yellow.less
deleted file mode 100644
index eab9506..0000000
--- a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/skins/skin-yellow.less
+++ /dev/null
@@ -1,55 +0,0 @@
-/*
- * Skin: Yellow
- * ------------
- */
-
-@import "../../bootstrap-less/mixins.less";
-@import "../../bootstrap-less/variables.less";
-@import "../variables.less";
-@import "../mixins.less";
-
-.skin-yellow {
-  //Navbar
-  .main-header {
-    .navbar {
-      .navbar-variant(@yellow; #fff);
-      .sidebar-toggle {
-        color: #fff;
-        &:hover {
-          background-color: darken(@yellow, 5%);
-        }
-      }
-      @media(max-width: @screen-header-collapse) {
-        .dropdown-menu {
-          li {
-            &.divider {
-              background-color: rgba(255,255,255,0.1);
-            }
-            a {
-              color: #fff;
-              &:hover {
-                background: darken(@yellow, 5%);
-              }
-            }
-          }
-        }
-      }
-    }
-    //Logo
-    .logo {
-      .logo-variant(darken(@yellow, 5%));      
-    }
-    
-    li.user-header {
-      background-color: @yellow;
-    }
-  }
-
-  //Content Header
-  .content-header {
-    background: transparent;
-  }
-
-  //Create the sidebar skin
-  .skin-dark-sidebar(@yellow);
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/95bb00d5/modules/webconfig/nodejs/node_modules/admin-lte/build/less/small-box.less
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/small-box.less b/modules/webconfig/nodejs/node_modules/admin-lte/build/less/small-box.less
deleted file mode 100644
index f65dbaa..0000000
--- a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/small-box.less
+++ /dev/null
@@ -1,89 +0,0 @@
-/*
- * Component: Small Box
- * --------------------
- */
-
-.small-box {
-  .border-radius(2px);
-  position: relative;
-  display: block;
-  margin-bottom: 20px;
-  box-shadow: @box-boxshadow;
-  // content wrapper
-  > .inner {
-    padding: 10px;
-  }
-
-  > .small-box-footer {
-    position: relative;
-    text-align: center;
-    padding: 3px 0;
-    color: #fff;
-    color: rgba(255, 255, 255, 0.8);
-    display: block;
-    z-index: 10;
-    background: rgba(0,0,0,0.1);
-    text-decoration: none;
-    &:hover {
-      color: #fff;
-      background: rgba(0,0,0,0.15);
-    }
-  }
-
-  h3 {
-    font-size: 38px;
-    font-weight: bold;
-    margin: 0 0 10px 0;
-    white-space: nowrap;
-    padding: 0;
-
-  }
-
-  p {
-    font-size: 15px;
-    > small {
-      display: block;
-      color: #f9f9f9;
-      font-size: 13px;
-      margin-top: 5px;
-    }
-  }
-
-  h3, p {
-    z-index: 5px;
-  }
-
-  // the icon
-  .icon {
-    .transition(all @transition-speed linear);
-    position: absolute;
-    top: -10px;
-    right: 10px;
-    z-index: 0;
-    font-size: 90px;
-    color: rgba(0, 0, 0, 0.15);
-  }
-
-  // Small box hover state
-  &:hover {
-    text-decoration: none;
-    color: #f9f9f9;
-    // Animate icons on small box hover
-    .icon {
-      font-size: 95px;
-    }
-  }
-}
-
-@media (max-width: @screen-xs-max) {
-  // No need for icons on very small devices
-  .small-box {
-    text-align: center;
-    .icon {
-      display: none;
-    }
-    p {
-      font-size: 12px;
-    }
-  }
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/95bb00d5/modules/webconfig/nodejs/node_modules/admin-lte/build/less/table.less
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/table.less b/modules/webconfig/nodejs/node_modules/admin-lte/build/less/table.less
deleted file mode 100644
index 5b61ecd..0000000
--- a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/table.less
+++ /dev/null
@@ -1,71 +0,0 @@
-/*
- * Component: Table
- * ----------------
- */
-
-.table {
-  //Cells
-  > thead,
-  > tbody,
-  > tfoot {
-    > tr {
-      > th,
-      > td {
-        border-top: 1px solid @box-border-color;
-      }
-    }
-  }
-  //thead cells
-  > thead > tr > th {
-    border-bottom: 2px solid @box-border-color;
-  }
-  //progress bars in tables
-  tr td .progress {
-    margin-top: 5px;
-  }    
-}
-
-//Bordered Table
-.table-bordered {
-  border: 1px solid @box-border-color;
-  > thead,
-  > tbody,
-  > tfoot {
-    > tr {
-      > th,
-      > td {
-        border: 1px solid @box-border-color;
-      }
-    }
-  }
-  > thead > tr {
-    > th,
-    > td {
-      border-bottom-width: 2px;
-    }
-  }
-}
-
-.table.no-border {
-  &,
-  td,
-  th {
-    border: 0;
-  }
-}
-
-/* .text-center in tables */
-table.text-center {
-  &, td, th {
-    text-align: center;
-  }
-}
-
-.table.align {
-  th {
-    text-align: left;
-  }
-  td {
-    text-align: right;
-  }
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/95bb00d5/modules/webconfig/nodejs/node_modules/admin-lte/build/less/timeline.less
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/timeline.less b/modules/webconfig/nodejs/node_modules/admin-lte/build/less/timeline.less
deleted file mode 100644
index 4871f23..0000000
--- a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/timeline.less
+++ /dev/null
@@ -1,98 +0,0 @@
-/*
- * Component: Timeline
- * -------------------
- */
-
-.timeline{
-  position: relative;
-  margin: 0 0 30px 0;
-  padding: 0;
-  list-style: none;
-
-  // The line
-  &:before {
-    content: '';
-    position: absolute;
-    top: 0px;
-    bottom: 0;
-    width: 4px;
-    background: #ddd;
-    left: 31px;
-    margin: 0;
-    .border-radius(2px);
-  }
-
-
-  > li {
-    position: relative;
-    margin-right: 10px;
-    margin-bottom: 15px;
-    .clearfix();
-
-    // The content
-    > .timeline-item {
-      .box-shadow(@box-boxshadow);
-      .border-radius(@box-border-radius);
-      margin-top: 0px;
-      background: #fff;
-      color: #444;
-      margin-left: 60px;
-      margin-right: 15px;
-      padding: 0;
-      position: relative;
-
-      // The time and header
-      > .time {
-        color: #999;
-        float: right;
-        padding: 10px;
-        font-size: 12px;
-      }
-      > .timeline-header {
-        margin: 0;
-        color: #555;
-        border-bottom: 1px solid @box-border-color;
-        padding: 10px;
-        font-size: 16px;
-        line-height: 1.1;
-        > a {
-          font-weight: 600;
-        }
-      }
-      // Item body and footer
-      > .timeline-body, > .timeline-footer {
-        padding: 10px;
-      }
-
-    }
-
-    // Time label
-    &.time-label {
-      > span {
-        font-weight: 600;
-        padding: 5px;
-        display: inline-block;
-        background-color: #fff;
-        
-        .border-radius(4px);
-      }
-    }
-
-    // The icons
-    > .fa,
-    > .glyphicon,
-    > .ion {
-      width: 30px;
-      height: 30px;
-      font-size: 15px;
-      line-height: 30px;
-      position: absolute;
-      color: #666;
-      background: @gray;
-      border-radius: 50%;
-      text-align: center;
-      left: 18px;
-      top: 0;
-    }
-  }
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/95bb00d5/modules/webconfig/nodejs/node_modules/admin-lte/build/less/users-list.less
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/users-list.less b/modules/webconfig/nodejs/node_modules/admin-lte/build/less/users-list.less
deleted file mode 100644
index 0d27d76..0000000
--- a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/users-list.less
+++ /dev/null
@@ -1,39 +0,0 @@
-/*
- * Component: Users List
- * ---------------------
- */
-.users-list {
-  &:extend(.list-unstyled);
-  > li {
-    width: 25%;
-    float: left;
-    padding: 10px;
-    text-align: center;
-    img {
-      .border-radius(50%);
-      max-width: 100%;
-      height: auto;
-    }  
-    > a:hover {
-      &,
-      .users-list-name {
-        color: #999;  
-      }
-    }
-  }
-}
-.users-list-name,
-.users-list-date {
-  display: block;  
-}
-.users-list-name {
-  font-weight: 600;
-  color: #444;
-  overflow: hidden;
-  white-space: nowrap;
-  text-overflow: ellipsis;  
-}
-.users-list-date {
-  color: #999;
-  font-size: 12px;
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/95bb00d5/modules/webconfig/nodejs/node_modules/admin-lte/build/less/variables.less
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/variables.less b/modules/webconfig/nodejs/node_modules/admin-lte/build/less/variables.less
deleted file mode 100644
index 48385f2..0000000
--- a/modules/webconfig/nodejs/node_modules/admin-lte/build/less/variables.less
+++ /dev/null
@@ -1,120 +0,0 @@
-//AdminLTE 2 Variables.less
-//=========================
-
-//PATHS
-//--------------------------------------------------------
-
-@boxed-layout-bg-image-path: "../img/boxed-bg.jpg";
-
-//COLORS
-//--------------------------------------------------------
-
-@light-blue: #3c8dbc;  //Primary
-@red:        #dd4b39;  //Danger
-@green:      #00a65a;  //Success
-@aqua:       #00c0ef;  //Info
-@yellow:     #f39c12;  //Warning
-@blue:       #0073b7;
-@navy:       #001F3F;
-@teal:       #39CCCC;
-@olive:      #3D9970;
-@lime:       #01FF70;
-@orange:     #FF851B;
-@fuchsia:    #F012BE;
-@purple:     #605ca8;
-@maroon:     #D81B60;
-@black:      #111;
-@gray:       #d2d6de;
-
-//LAYOUT
-//--------------------------------------------------------
-
-//Side bar and logo width
-@sidebar-width: 230px;
-//Bosex layout maximum width
-@boxed-layout-max-width: 1024px;
-//When the logo should go to the top of the screen
-@screen-header-collapse: @screen-xs-max;
-
-//Link colors (Aka: <a> tags)
-@link-color:       @light-blue;
-@link-hover-color: lighten(@link-color, 15%);
-
-//Body background (Affects main content background only)
-@body-bg: #ecf0f5;
-
-//SIDEBAR SKINS
-//--------------------------------------------------------
-
-//Dark sidebar
-@sidebar-dark-bg:                  #222d32;
-@sidebar-dark-hover-bg:            darken(@sidebar-dark-bg, 2%);
-@sidebar-dark-color:               lighten(@sidebar-dark-bg, 60%);
-@sidebar-dark-hover-color:         #fff;
-@sidebar-dark-submenu-bg:          lighten(@sidebar-dark-bg, 5%);
-@sidebar-dark-submenu-color:       lighten(@sidebar-dark-submenu-bg, 40%);
-@sidebar-dark-submenu-hover-color: #fff;
-
-//Light sidebar
-@sidebar-light-bg:                  #f9fafc;
-@sidebar-light-hover-bg:            lighten(#f0f0f1, 1.5%);
-@sidebar-light-color:               #444;
-@sidebar-light-hover-color:         #000;
-@sidebar-light-submenu-bg:          @sidebar-light-hover-bg;
-@sidebar-light-submenu-color:       #777;
-@sidebar-light-submenu-hover-color: #000;
-
-//CONTROL SIDEBAR
-//--------------------------------------------------------
-@control-sidebar-width: @sidebar-width;
-
-
-//BOXES
-//--------------------------------------------------------
-@box-border-color:  #f4f4f4;
-@box-border-radius: 3px;
-@box-footer-bg:     #fff;
-@box-boxshadow:     0 1px 1px rgba(0, 0, 0, .1);
-@box-padding:       10px;
-
-//Box variants
-@box-default-border-top-color: #d2d6de;
-
-//BUTTONS
-//--------------------------------------------------------
-@btn-boxshadow: none;
-
-//PROGRESS BARS
-//--------------------------------------------------------
-@progress-bar-border-radius:    1px;
-@progress-bar-sm-border-radius: 1px;
-@progress-bar-xs-border-radius: 1px;
-
-//FORMS
-//--------------------------------------------------------
-@input-radius: 0px;
-
-//BUTTONS
-//--------------------------------------------------------
-
-//Border radius for non flat buttons
-@btn-border-radius: 3px;
-
-//DIRECT CHAT
-//--------------------------------------------------------
-@direct-chat-height:                   250px; 
-@direct-chat-default-msg-bg:           @gray;
-@direct-chat-default-font-color:       #444;
-@direct-chat-default-msg-border-color: @gray;
-
-
-//CHAT WIDGET
-//--------------------------------------------------------
-@attachment-border-radius: 3px;
-
-//TRANSITIONS SETTINGS
-//--------------------------------------------------------
-
-//Transition global options
-@transition-speed: .3s;
-@transition-fn:    ease-in-out;//cubic-bezier(0.32,1.25,0.375,1.15);
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/95bb00d5/modules/webconfig/nodejs/node_modules/admin-lte/changelog
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/changelog b/modules/webconfig/nodejs/node_modules/admin-lte/changelog
deleted file mode 100644
index 3189a6e..0000000
--- a/modules/webconfig/nodejs/node_modules/admin-lte/changelog
+++ /dev/null
@@ -1,66 +0,0 @@
-CHANGE LOG:
-v2.1.0:
-- Update Ion Icons
-- Added right sidebar ```.control-sidebar```
-- Control sidebar has 2 open effects: slide over content and push content
-- Control sidebar converts to always slide over content on small screens
-- Added 6 new light sidebar skins
-- Updated demo menu
-- Added ChartJS preview page
-- Fixed some minor bugs
-- Added light control sidebar skin
-
-v2.0.5:
-- Fixed issue #288
-
-v2.0.4:
-- Fixed bower.json to pick up newest release.
-
-v2.0.3:
-- Bug fixes
-- Fixed extra page when printing issue #264
-- Updated documentation and fixed links scrolling issue
-- Created print.less file (this makes it easier if you want to create a seperate CSS file for printing)
-- Fixed sidebar stretching issue #275
-- Fixed checkbox out of bounds issue in WYSIHTML5 editor.
-
-v2.0.2:
-- Solved issue with hidden arrow in select inputs.
-
-v2.0.1:
-- Updated README.md
-- Fixed versioning issue in CSS, LESS, and JS
-- Updated box-shadow for boxes
-- Updated docs
-
-v2.0.0
-- Major layout bug fixes
-- Change in layout mark up
-- Added transitions to the sidebar
-- New skins and modified previous skins
-- Change in color scheme to a more complementing scheme 
-- Added footer support
-- Removed pace.js from the main app.js
-- Added support for collapsed sidebar as an initial state (add .sidebar-collapse to the body tag)
-- Added boxed layout (.layout-boxed)
-- Enhanced consistency in padding and margining
-- Updated Bootstrap to 3.3.2 
-- Fixed navbar dropdown menu on small screens positioning issues.
-- Updated Ion Icons to 2.0.0
-- Updated FontAwesome to 4.3.0
-- Added ChartJS 1.0.1
-- Removed iCheck dependency
-- Created Dashboard 2.0
-- Created new Chat widget (DirectChat)
-- Added transitions to DirectChat
-- Added contacts pane to DirectChat
-- Changed .right-side to .content-wrapper
-- Changed .navbar-right to .navbar-custom-menu
-- Removed unused files
-- Updated lockscreen style (HTML markup changed!)
-- Updated Login & Registration pages (HTML markup changed!)
-- Updated buttons style.
-- Enhanced border-radius consistency
-- Added mailbox: inbox, read, and compose pages
-- Bootstrap & jQuery are now hosted locally
-- Created documentation.

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/95bb00d5/modules/webconfig/nodejs/node_modules/admin-lte/composer.json
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/node_modules/admin-lte/composer.json b/modules/webconfig/nodejs/node_modules/admin-lte/composer.json
deleted file mode 100644
index e178dd5..0000000
--- a/modules/webconfig/nodejs/node_modules/admin-lte/composer.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
-  "name": "almasaeed2010/adminlte",
-  "description": "AdminLTE - admin control panel and dashboard that's based on Bootstrap 3",
-  "homepage": "http://almsaeedstudio.com/",
-  "keywords": [
-    "css",
-    "js",
-    "less",
-    "responsive",
-    "back-end",
-    "template",
-    "theme",
-    "web",
-    "admin"
-  ],
-  "authors": [
-    {
-      "name": "Abdullah Almsaeed",
-      "email": "support@almsaeedstudio.com"
-    }
-  ],
-  "license": "MIT",
-  "support": {
-    "issues": "https://github.com/almasaeed2010/AdminLTE/issues"
-  }
-}