mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 14:24:39 +00:00
0e122479fa
* ui: Add auto-pilot/state endpoint usage (merged into DC models) (#12514) * ui: Catalog Health Overview DataSource (#12520)
20 lines
417 B
Plaintext
20 lines
417 B
Plaintext
# License
|
|
|
|
```hbs preview-template
|
|
<figure>
|
|
<figcaption>URI: <code>/:partition/:nspace/:dc/license</code></figcaption>
|
|
<DataSource
|
|
@src={{
|
|
uri '/${partition}/${nspace}/${dc}/license'
|
|
(hash
|
|
partition='partition'
|
|
nspace='ns'
|
|
dc='dc-1'
|
|
)
|
|
}}
|
|
@onchange={{action (mut data) value="data"}}
|
|
/>
|
|
<pre><code>{{json-stringify data null 4}}</code></pre>
|
|
</figure>
|
|
```
|