blob: 6047674eccba8d77680a02f21bb6bb5046385e41 [file] [log] [blame]
import './gr-zuul-summary-status-view-tab-header-view.js';
import './gr-zuul-summary-status-view.js';
function installZuulSummaryStatus(plugin) {
plugin.registerDynamicCustomComponent(
'change-view-tab-header',
'gr-zuul-summary-status-view-tab-header-view'
);
plugin.registerDynamicCustomComponent(
'change-view-tab-content',
'gr-zuul-summary-status-view'
);
}
// Install the plugin
Gerrit.install(plugin => {
installZuulSummaryStatus(plugin);
});