make websocket immutable headers read-only in UI (#6872)

This commit is contained in:
Alberto
2024-01-03 14:32:50 +01:00
committed by GitHub
parent 5dd64dd3cb
commit d2599d6f42

View File

@@ -128,12 +128,14 @@ export const KeyValueEditor: FC<Props> = ({
<input
style={{ width: '100%' }}
defaultValue={pair.name}
readOnly
/>
</div>
<div className="form-control form-control--underlined form-control--wide">
<input
style={{ width: '100%' }}
defaultValue={pair.value}
readOnly
/>
</div>
<button><i className="fa fa-empty" /></button>