mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Extends ntopng localization
This commit is contained in:
parent
7828f4dc23
commit
392bd7040a
20 changed files with 321 additions and 173 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue