Skip to content
Snippets Groups Projects
Unverified Commit 68b925f6 authored by Benaissa BENARBIA's avatar Benaissa BENARBIA Committed by GitHub
Browse files

add new application for extetnal parameters (#240)


Co-authored-by: default avatarbbenarbia <benaissa.benarbia@gmail.com>
parent 5e4b8344
No related branches found
No related tags found
No related merge requests found
db = db.getSiblingDB('iam')
print("START 06_add_external_application.js.j2");
// -------- VITAM ADMINISTRATION add EXTERNAL_PARAMS fictif application without category -----
db.applications.insert({
"identifier" : "EXTERNAL_PARAMS",
"url": "{{ vitamui.portal.base_url|default(url_prefix) }}",
"icon": "vitamui-icon vitamui-icon-user",
"name": "Paramétrages externes",
"position": NumberInt(10),
"hasCustomerList": false,
"hasTenantList": false,
"hasHighlight": false,
"tooltip": "Paramétrages externes",
"target": "_self"
});
print("END 06_add_external_application.js.j2");
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment