open-vault/ui
Matthew Irish 1f4f2b2f0f
Ui ie11 button form attr (#4378)
* move submit buttons in auth-form into a form tag because IE11 is sad

* add acceptance test for auth-method clearing

* update ember-cli-page-object

* actually remove the form attr on the auth-form component

* remove form attribute on init form

* remove form attribute from shamir-flow component

* stringify not strigify
2018-04-17 17:04:34 -05:00
..
app Ui ie11 button form attr (#4378) 2018-04-17 17:04:34 -05:00
config UI - new backends (#4302) 2018-04-09 14:44:53 -05:00
lib Moving UI assets to OSS 2018-04-03 09:16:57 -05:00
mirage Moving UI assets to OSS 2018-04-03 09:16:57 -05:00
public Moving UI assets to OSS 2018-04-03 09:16:57 -05:00
scripts UI - KV capabilities fix (#4343) 2018-04-16 17:18:46 -05:00
tests Ui ie11 button form attr (#4378) 2018-04-17 17:04:34 -05:00
vendor Moving UI assets to OSS 2018-04-03 09:16:57 -05:00
.bowerrc Moving UI assets to OSS 2018-04-03 09:16:57 -05:00
.editorconfig Moving UI assets to OSS 2018-04-03 09:16:57 -05:00
.ember-cli Moving UI assets to OSS 2018-04-03 09:16:57 -05:00
.eslintrc.js Moving UI assets to OSS 2018-04-03 09:16:57 -05:00
.gitignore Moving UI assets to OSS 2018-04-03 09:16:57 -05:00
.travis.yml Moving UI assets to OSS 2018-04-03 09:16:57 -05:00
.watchmanconfig Moving UI assets to OSS 2018-04-03 09:16:57 -05:00
README.md Moving UI assets to OSS 2018-04-03 09:16:57 -05:00
bower.json Moving UI assets to OSS 2018-04-03 09:16:57 -05:00
ember-cli-build.js Moving UI assets to OSS 2018-04-03 09:16:57 -05:00
package.json Ui ie11 button form attr (#4378) 2018-04-17 17:04:34 -05:00
testem.js Moving UI assets to OSS 2018-04-03 09:16:57 -05:00
yarn.lock Ui ie11 button form attr (#4378) 2018-04-17 17:04:34 -05:00

README.md

vault

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Prerequisites

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

Running / Development

Code Generators

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

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.