open-consul/ui-v2
John Cowen 08fe675865
UI: Add conditional enterprise logo (#4432)
Adds additional 'enterprise' text underneath the 'startup' logo if the
ui is built with a CONSUL_BINARY_TYPE environment variable that doesn't
equal `oss`.
2018-07-30 17:59:43 +01:00
..
app ui: Adds bottom breathing space on the bottom of forms (#4433) 2018-07-30 17:58:13 +01:00
config UI: Add conditional enterprise logo (#4432) 2018-07-30 17:59:43 +01:00
lib UI: Add conditional enterprise logo (#4432) 2018-07-30 17:59:43 +01:00
public
tests UI - Refactor Adapter.handleResponse (#4398) 2018-07-30 17:55:44 +01:00
.dev.eslintrc.js
.editorconfig
.ember-cli
.eslintrc.js
.gitignore
.nvmrc
.prettierrc
.watchmanconfig
ember-cli-build.js UI - Non-prod CSS sourcemaps (#4418) 2018-07-30 17:53:14 +01:00
GNUmakefile
package.json Merge pull request #4349 from hashicorp/feature/remove-rm-api-double 2018-07-18 17:54:21 +01:00
README.md
testem.js
yarn.lock UI - Refactor Adapter.handleResponse (#4398) 2018-07-30 17:55:44 +01:00

consul-ui

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/hashicorp/consul.git this repository
  • cd ui-v2
  • yarn install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

You do not need to run make start-api/yarn run start:api to run the tests

  • make test or yarn run test
  • make test-view or yarn run test:view to view the tests running in Chrome