mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
Fix week-label of the timeline
This commit is contained in:
parent
77fa2f7c2b
commit
676f10bb87
@ -141,7 +141,7 @@ class Monitoring_TimelineController extends Controller
|
|||||||
case '1d':
|
case '1d':
|
||||||
return $this->getDateFormat();
|
return $this->getDateFormat();
|
||||||
case '1w':
|
case '1w':
|
||||||
return '\W\e\ek #W\<b\r\>\of Y';
|
return '\W\e\ek W\<b\r\>\of Y';
|
||||||
case '1m':
|
case '1m':
|
||||||
return 'F Y';
|
return 'F Y';
|
||||||
case '1y':
|
case '1y':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user