mirror of
https://framagit.org/fiat-tux/hat-softwares/lutim.git
synced 2026-03-28 17:42:54 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ce84d403df | ||
|
|
ec6b9ce028 |
2
cpanfile
2
cpanfile
@@ -5,7 +5,7 @@ requires 'Data::Validate::URI';
|
||||
requires 'Net::Domain::TLD', '>= 1.73'; # Must have the last version to handle (at least) .xyz and .link
|
||||
requires 'Mojo::Pg';
|
||||
requires 'Mojolicious::Plugin::I18N';
|
||||
requires 'Mojolicious::Plugin::AssetPack';
|
||||
requires 'Mojolicious::Plugin::AssetPack', '>= 1.44';
|
||||
requires 'Mojolicious::Plugin::DebugDumperHelper';
|
||||
requires 'Mojolicious::Plugin::PgURLHelper';
|
||||
requires "Minion", "== 4.06";
|
||||
|
||||
@@ -152,7 +152,7 @@ sub run {
|
||||
% l('Total')
|
||||
% );
|
||||
<script>
|
||||
Morris.Donut({
|
||||
var enabled_donut = {
|
||||
element: 'raw-enabled-holder',
|
||||
data: [
|
||||
{label: "<%= l('no time limit') %>", value: $unlimited_enabled},
|
||||
@@ -168,8 +168,8 @@ Morris.Donut({
|
||||
'#427dc1',
|
||||
'#455ac3',
|
||||
]
|
||||
});
|
||||
Morris.Donut({
|
||||
};
|
||||
var disabled_donut = {
|
||||
element: 'raw-disabled-holder',
|
||||
data: [
|
||||
{label: "<%= l('no time limit') %>", value: $unlimited_disabled},
|
||||
@@ -185,7 +185,7 @@ Morris.Donut({
|
||||
'#427dc1',
|
||||
'#455ac3',
|
||||
]
|
||||
});
|
||||
};
|
||||
</script>
|
||||
$dom2
|
||||
EOF
|
||||
|
||||
@@ -64,4 +64,6 @@ $(document).ready(function() {
|
||||
$("#total-holder").empty();
|
||||
graph(stats_labels, stats_data, stats_total);
|
||||
});
|
||||
Morris.Donut(enabled_donut);
|
||||
Morris.Donut(disabled_donut);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user