Skip to content

Commit

Permalink
Merge pull request #137 from sonroyaalmerol/fix-ui
Browse files Browse the repository at this point in the history
fix ui namespace invalid
  • Loading branch information
sonroyaalmerol authored Feb 7, 2025
2 parents 567acdf + 83c0a06 commit c649836
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/proxy/views/d2d_backup/panels/jobs.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Ext.define("PBS.config.DiskBackupJobView", {
{
header: gettext("Status"),
dataIndex: "last-run-state",
renderer: PBSPlus.Utils.render_task_status,
renderer: PBS.PlusUtils.render_task_status,
flex: 1,
},
{
Expand Down
2 changes: 1 addition & 1 deletion internal/proxy/views/utils.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Ext.define('PBSPlus.Utils', {
Ext.define('PBS.PlusUtils', {
singleton: true,
render_task_status: function(value, metadata, record, rowIndex, colIndex, store) {
var lastPlusError = record.data['last-plus-error'] || store.getById('last-plus-error')?.data.value
Expand Down

0 comments on commit c649836

Please sign in to comment.