]> git.proxmox.com Git - pmg-gui.git/commitdiff
adapt to new pmgcfg version/release semantic
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 24 Jul 2019 18:47:03 +0000 (20:47 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 25 Jul 2019 16:56:38 +0000 (18:56 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
js/VersionInfo.js

index b094ff08dd53e084be017ef845f338006d2e1d9c..43042fbbe8f9fc4483d341dcaf1a5b475c8b873a 100644 (file)
@@ -12,7 +12,7 @@ Ext.define('PMG.view.main.VersionInfo',{
     tpl: [
        'Mail Gateway',
        '<tpl if="version">',
-       ' {version}-{release}',
+       ' {version}',
        '</tpl>'
     ],