##// END OF EJS Templates
processes: show how many workers we have set from configuration.
processes: show how many workers we have set from configuration.

File last commit:

r3149:a1e63a84 default
r3155:82f2bc2a default
Show More
rhodecode-legacy-js.html
11 lines | 314 B | text/html | HtmlLexer
<link rel="import" href="../../../../../../bower_components/polymer/polymer.html">
<dom-module id="rhodecode-legacy-js">
<template>
<script src="../../../scripts.js"></script>
</template>
<script>
Polymer({
is: 'rhodecode-legacy-js',
});
</script>
</dom-module>