mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-17 18:28:20 +00:00
add 'Log' to gettext translations
This commit is contained in:
parent
08090405d9
commit
05e2f88dda
@ -77,7 +77,7 @@ Ext.define('PVE.panel.Firewall', {
|
|||||||
|
|
||||||
if (me.fwtype !== 'dc') {
|
if (me.fwtype !== 'dc') {
|
||||||
items.push({
|
items.push({
|
||||||
title: 'Log',
|
title: gettext('Log'),
|
||||||
itemId: 'fwlog',
|
itemId: 'fwlog',
|
||||||
xtype: 'pveLogView',
|
xtype: 'pveLogView',
|
||||||
url: '/api2/extjs' + me.base_url + '/log'
|
url: '/api2/extjs' + me.base_url + '/log'
|
||||||
|
Loading…
Reference in New Issue
Block a user