mirror of https://github.com/hashicorp/consul
8b002d086a
This commit addresses some left over admin partition FIXMEs 1. Adds Partition correctly to Service Instances 2. Converts non-important 'we can do this later' FIXMEs to TODOs 3. Removes some FIXMEs that I've double checked and addressed. Most of the remaining FIXMEs I'm waiting on responses to questions from the consul core folks for. I'll address those in a separate PR. |
||
---|---|---|
.. | ||
README.mdx | ||
chart.xstate.js | ||
index.hbs | ||
index.js | ||
index.scss | ||
layout.scss | ||
pageobject.js | ||
skin.scss |
README.mdx
--- class: ember --- # AuthForm ```hbs preview-template <AuthForm as |api|></AuthForm> ``` ### Methods/Actions/api | Method/Action | Description | | --- | --- | | `reset` | Reset the form back to its original empty/non-error state | ### See - [Component Source Code](./index.js) - [Template Source Code](./index.hbs) ---