k3s/www/master
BC Broussard 288c1df4e4 Update Web UI tables
- Condense table styling
- Default table size to 50
- Make all columns sortable
- Rename service portalIP to clusterIP
- Allow default descending table ordering
2015-07-02 08:43:37 -07:00
..
components Update Web UI tables 2015-07-02 08:43:37 -07:00
js Update dashboard breadcrumbs 2015-05-15 20:38:15 -07:00
less/app Update Web UI tables 2015-07-02 08:43:37 -07:00
protractor initial commit of chrome only of new replacement web ui 2015-04-21 07:24:06 -07:00
shared Update Web UI tables 2015-07-02 08:43:37 -07:00
test/modules initial commit of chrome only of new replacement web ui 2015-04-21 07:24:06 -07:00
.bowerrc initial commit of chrome only of new replacement web ui 2015-04-21 07:24:06 -07:00
README.md Clean up ui build and generated files. 2015-06-04 14:54:15 -07:00
bower.json initial commit of chrome only of new replacement web ui 2015-04-21 07:24:06 -07:00
gulpfile.js Clean up ui build and generated files. 2015-06-04 14:54:15 -07:00
karma.conf.js Adds Karma to TravisCI 2015-05-11 21:54:04 -07:00
package.json Clean up ui build and generated files. 2015-06-04 14:54:15 -07:00
vendor.base.json initial commit of chrome only of new replacement web ui 2015-04-21 07:24:06 -07:00
vendor.json Clean up ui build and generated files. 2015-06-04 14:54:15 -07:00

README.md

Application source and project files

This directory contains the source and project files for the application, including:

  • bower.json, which declares the framework dependencies downloaded by bower,
  • gulpfile.js, which defines the build tasks run by npm start and npm run build,
  • karma.conf.js, the default configuration file for top level karma tests.
  • package.json, which declares the tool dependences downloaded by npm install.
  • vendor.json and vendor.base.json, which declare dependencies compiled into app.js and base.js, respectively.

You will find the following directories inside:

  • components/ This directory contains components that appear as tabs in the application. See master/components/README.md.
  • less/ This directory contains the LESS files for the core styles and material styles.
  • js/ Here you will find JavaScript files compiled into app.js.
  • protractor/ This directory contains the default configuration file conf.js and the *.spec.js files for the top level protractor tests.
  • shared/ This directory contains assets shared by two or more components.
  • test/ This directory contains the *.spec.js files for the top level karma tests. The default configuration file is master/karma.conf.js.

Analytics