Skip to content

Commit

Permalink
add empty text to namespace text field
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol committed Dec 7, 2024
1 parent 7ae9a80 commit 7de331e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/proxy/views/d2d_backup/windows/job.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Ext.define('PBS.D2DManagement.BackupJobEdit', {
{
xtype: 'proxmoxtextfield',
fieldLabel: gettext('Namespace'),
disabled: true,
emptyText: gettext('Root'),
name: 'ns',
},
],
Expand Down

0 comments on commit 7de331e

Please sign in to comment.