fix #3058: ui: improve remote edit UX by clarifying ID vs host

also fixup missing emptyText for fingerprint (adapted from PVE's PBS
storage addition) and code-style in surrounding areas a bit

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2022-01-12 09:38:20 +01:00
parent 64c075b6c2
commit 2e02a859cf
4 changed files with 11 additions and 9 deletions

View File

@ -16,7 +16,7 @@ Ext.define('PBS.form.RemoteSelector', {
listConfig: {
columns: [
{
header: gettext('Remote'),
header: gettext('Remote ID'),
sortable: true,
dataIndex: 'name',
renderer: Ext.String.htmlEncode,