Fix ExtJS6 locales file name

This commit is contained in:
Emmanuel Kasper 2016-03-31 13:16:44 +02:00 committed by Dietmar Maurer
parent f76884fda7
commit 6cf9cce336

View File

@ -29,7 +29,7 @@ _EOD
<script type="text/javascript" src="/pve2/ext6/ext-all-debug.js"></script>
<script type="text/javascript" src="/pve2/ext6/charts-debug.js"></script>
<script type="text/javascript" src="/pve2/ext6/pvemanagerlib.js"></script>
<script type="text/javascript" src="/pve2/ext6/locale/ext-lang-${lang}.js"></script>
<script type="text/javascript" src="/pve2/ext6/locale/locale-${lang}.js"></script>
_EOD
my $jssrc = <<_EOJS;