[pbs-devel] [PATCH proxmox-backup 8/8] ui: syncjob: use the Task text directly
Dominik Csapak
d.csapak at proxmox.com
Fri Jul 31 14:43:30 CEST 2020
the text is here "ERROR: ..." now, so leave the 'Error' out
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
www/config/SyncView.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/config/SyncView.js b/www/config/SyncView.js
index 634977c4..fcdf57db 100644
--- a/www/config/SyncView.js
+++ b/www/config/SyncView.js
@@ -111,7 +111,7 @@ Ext.define('PBS.config.SyncJobView', {
return `<i class="fa fa-check good"></i> ${gettext("OK")}`;
}
- return `<i class="fa fa-times critical"></i> ${gettext("Error")}:${value}`;
+ return `<i class="fa fa-times critical"></i> ${value}`;
},
render_next_run: function(value, metadat, record) {
--
2.20.1
More information about the pbs-devel
mailing list