mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-06 14:16:27 +00:00
place space on correct side of colon
This commit is contained in:
parent
ec0296eb11
commit
c47f5f46f4
@ -43,7 +43,7 @@ Ext.define('Proxmox.node.ServiceView', {
|
|||||||
var sm = me.getSelectionModel();
|
var sm = me.getSelectionModel();
|
||||||
var rec = sm.getSelection()[0];
|
var rec = sm.getSelection()[0];
|
||||||
var win = Ext.create('Ext.window.Window', {
|
var win = Ext.create('Ext.window.Window', {
|
||||||
title: gettext('Syslog') + ' :' + rec.data.service,
|
title: gettext('Syslog') + ': ' + rec.data.service,
|
||||||
modal: true,
|
modal: true,
|
||||||
items: {
|
items: {
|
||||||
xtype: 'proxmoxLogView',
|
xtype: 'proxmoxLogView',
|
||||||
|
Loading…
Reference in New Issue
Block a user