mirror of https://gitee.com/bigwinds/arangodb
Rebuilt aardvark.
This commit is contained in:
parent
40507358f4
commit
51baafd941
|
@ -2677,8 +2677,8 @@ window.StatisticsCollection = Backbone.Collection.extend({
|
||||||
return obj;
|
return obj;
|
||||||
},
|
},
|
||||||
|
|
||||||
createPasswordEntry: function(id, label, value, info, placeholder, mandatory) {
|
createPasswordEntry: function(id, label, value, info, placeholder, mandatory, regexp) {
|
||||||
var obj = createTextStub(this.tables.PASSWORD, label, value, info, placeholder, mandatory);
|
var obj = createTextStub(this.tables.PASSWORD, label, value, info, placeholder, mandatory, regexp);
|
||||||
obj.id = id;
|
obj.id = id;
|
||||||
return obj;
|
return obj;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue