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 static index.html
Raw

priv/static/index.html

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Exqui</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="exqui/config/environment" content="%7B%22modulePrefix%22%3A%22exqui%22%2C%22environment%22%3A%22production%22%2C%22rootURL%22%3A%22/%22%2C%22locationType%22%3A%22auto%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%2C%22EXTEND_PROTOTYPES%22%3A%7B%22Date%22%3Afalse%7D%7D%2C%22APP%22%3A%7B%22name%22%3A%22exqui%22%2C%22version%22%3A%220.0.0+16b02ca5%22%7D%2C%22exportApplicationGlobal%22%3Afalse%7D" />
<base href="/<%= assigns[:base] %>" />
<script>
window.exqNamespace = "<%= assigns[:base] %>";
</script>
<link rel="stylesheet" href="assets/vendor-d41d8cd98f00b204e9800998ecf8427e.css">
<link rel="stylesheet" href="assets/exqui-7681777425da3a20659e38da02e58f61.css">
</head>
<body>
<script src="assets/vendor-1693b39227e29028c6366cad43a5da94.js"></script>
<script src="assets/exqui-5410b9a7fc8f621d5bf0244a346e8232.js"></script>
</body>
</html>