##// END OF EJS Templates
auth-plugin: show if plugin is activated and enabled in the list....
auth-plugin: show if plugin is activated and enabled in the list. - We don't wont to confuse peaople with enabled/activated meaning and the fact plugin needs to be first activated, then enabled.

File last commit:

r3172:d37fc984 default
r3269:4a18ba48 default
Show More
.babelrc
10 lines | 158 B | text/plain | TextLexer
js: add babelrc
r3152 {
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions"]
}
}]
],
js: use ES6 classes for polymer 2.x
r3172 "plugins": ["transform-object-rest-spread"]
js: add babelrc
r3152 }