remove unrelation subscription part
This commit is contained in:
parent
8ac29cab93
commit
f88a061074
@ -25,7 +25,7 @@ Ext.define('PVE.node.StatusView', {
|
|||||||
},
|
},
|
||||||
|
|
||||||
items: [
|
items: [
|
||||||
// ========== PRIMARY KPIs (Tier 1) ==========
|
// ========== Primary Metrics ==========
|
||||||
{
|
{
|
||||||
xtype: 'box',
|
xtype: 'box',
|
||||||
colspan: 2,
|
colspan: 2,
|
||||||
@ -167,7 +167,7 @@ Ext.define('PVE.node.StatusView', {
|
|||||||
padding: 0,
|
padding: 0,
|
||||||
},
|
},
|
||||||
|
|
||||||
// ========== SECONDARY DETAILS (Tier 2) ==========
|
// ========== Secondary Metrics ==========
|
||||||
{
|
{
|
||||||
xtype: 'box',
|
xtype: 'box',
|
||||||
colspan: 2,
|
colspan: 2,
|
||||||
@ -930,29 +930,4 @@ Ext.define('PVE.node.StatusView', {
|
|||||||
|
|
||||||
me.callParent();
|
me.callParent();
|
||||||
},
|
},
|
||||||
});
|
|
||||||
Ext.define('PVE.node.SubscriptionKeyEdit', {
|
|
||||||
extend: 'Proxmox.window.Edit',
|
|
||||||
|
|
||||||
title: gettext('Upload Subscription Key'),
|
|
||||||
width: 350,
|
|
||||||
|
|
||||||
items: {
|
|
||||||
xtype: 'textfield',
|
|
||||||
name: 'key',
|
|
||||||
value: '',
|
|
||||||
fieldLabel: gettext('Subscription Key'),
|
|
||||||
labelWidth: 120,
|
|
||||||
getSubmitValue: function () {
|
|
||||||
return this.processRawValue(this.getRawValue())?.trim();
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
initComponent: function () {
|
|
||||||
var me = this;
|
|
||||||
|
|
||||||
me.callParent();
|
|
||||||
|
|
||||||
me.load();
|
|
||||||
},
|
|
||||||
});
|
});
|
||||||
Loading…
Reference in New Issue
Block a user