mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 00:45:43 +03:00
* Multi-line variable values and helios upgrades generally * Variables page titles and actions restyle * Hacky fix to keyboard shortcut otherwise bumping space on shift * Related entities heliosified * Namespace and path fields heliosed * Paths table heliosified * Variable view table * Fixups after design discussion * Monospaced editing * De-commented template placeholder * Acceptance tests updated for helios components across variables * Tests helios'd in variable-form-test * PR suggestions
18 lines
386 B
Handlebars
18 lines
386 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
~}}
|
|
|
|
<label class="value-label">
|
|
<Hds::Form::MaskedInput::Field
|
|
@isMultiline={{true}}
|
|
@value={{@entry.value}}
|
|
rows="1"
|
|
class="hds-typography-code-200"
|
|
{{! prevent auto-fill }}
|
|
autocomplete="new-password"
|
|
data-test-var-value
|
|
as |F|>
|
|
<F.Label>Value</F.Label>
|
|
</Hds::Form::MaskedInput::Field>
|
|
</label> |