consul/ui-v2
John Cowen 5f39bfd161
ui: Improve layout of node cards on large and small screens (#4761)
1. The grid based unhealthy cards are now clamped to only four wide
maximum. This means that on larger screen the cards are much wider
meaning you can view more information. Grid gutters are also clamped at
a certain ideal width screen, remaining responsive for anything below
this.

2. The healthy node columns are finally responsive following the same
column rules as unhealthy nodes
2018-10-11 10:19:06 +01:00
..
app ui: Improve layout of node cards on large and small screens (#4761) 2018-10-11 10:19:06 +01:00
config
lib
public
tests ui: Cope with service names that contain slashes (#4756) 2018-10-11 10:14:04 +01:00
.dev.eslintrc.js
.editorconfig
.ember-cli
.eslintrc.js
.gitignore
.nvmrc
.prettierrc
.watchmanconfig
GNUmakefile
README.md
ember-cli-build.js
package.json ui: Cope with service names that contain slashes (#4756) 2018-10-11 10:14:04 +01:00
testem.js
yarn.lock ui: Cope with service names that contain slashes (#4756) 2018-10-11 10:14:04 +01:00

README.md

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