##// END OF EJS Templates
auth-plugins: updated UI for authentication plugins, and allow unsorted (in order of registration) display of plugins.
auth-plugins: updated UI for authentication plugins, and allow unsorted (in order of registration) display of plugins.

File last commit:

r3179:0e268a0f default
r3233:4c12f36b default
Show More
index.js
7 lines | 334 B | application/javascript | JavascriptLexer
js: migrate to polymer 3.x
r3173 import '@polymer/iron-ajax/iron-ajax.js';
js: support shared styles via webpack inline
r3179 import './shared-styles.js';
js: migrate to polymer 3.x
r3173 import './channelstream-connection/channelstream-connection.js';
import './rhodecode-toast/rhodecode-toast.js';
import './rhodecode-toggle/rhodecode-toggle.js';
import './rhodecode-unsafe-html/rhodecode-unsafe-html.js';
import './rhodecode-app/rhodecode-app.js';