Packages

Exq UI is the UI component for Exq, a job processing library. Exq UI provides the UI dashboard to display stats on job processing.

Current section

Files

Jump to
lc_exq_ui priv ember app components exq-stat.js
Raw

priv/ember/app/components/exq-stat.js

var ExqStat;
import Ember from "ember";
ExqStat = Ember.Component.extend({
link: "index",
classNames: ['col-xs-1']
});
export default ExqStat;