Extends ntopng localization

This commit is contained in:
emanuele-f 2018-02-09 19:33:45 +01:00
parent 7828f4dc23
commit 392bd7040a
20 changed files with 321 additions and 173 deletions

View file

@ -57,7 +57,7 @@ function getParams(url) {
}
/* adds a CSS style to replace the / in the breadcrumb */
var style = $('<style>#search-criteria:before {content:"]] print(i18n("db_explorer.observation_period")) print[[:";}</style>');
var style = $("<style>#search-criteria:before {content:\"]] print(i18n("db_explorer.observation_period")) print[[:\";}</style>");
$('html > head').append(style);
function addObservationPeriodToBreadCrumb(params_url, breadcrumb_id){
var params = getParams(params_url);