##// END OF EJS Templates
auth-plugins, ui: added some tweeks to the ui...
auth-plugins, ui: added some tweeks to the ui - make select2 code generic independent of number of fields - decrease large inputs to fit our container width.

File last commit:

r3179:0e268a0f default
r3252:19ce6eb4 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';