Modify default value for choice key (#820)

environments/ppa-mbqj77/deployments/1
Clément Oudot 10 years ago
parent ee5b1351e1
commit 106d7f0e5a
  1. 4
      lemonldap-ng-manager/site/static/js/manager.js

@ -285,7 +285,7 @@
var node = $scope._findContainer();
node.nodes.push({
"id": node.id + '/n' + (id++),
"title": "1-key",
"title": "1_Key",
"data": ['Null', 'Null', 'Null'],
"type": "authChoice"
});
@ -825,4 +825,4 @@
};
}]);
})();
})();

Loading…
Cancel
Save