Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. --- /usr/share/zabbix/include/classes/screens/CScreenGraph.php.orig 2019-03-15 20:21:20.892689484 +0900
  2. +++ /usr/share/zabbix/include/classes/screens/CScreenGraph.php 2019-03-15 20:21:31.759473860 +0900
  3. @@ -143,7 +143,7 @@
  4. .'&graph3d='.$graph3d.$this->getProfileUrlParams();
  5. $timeControlData['src'] .= ($this->mode == SCREEN_MODE_EDIT)
  6. ? '&period=3600&stime='.date(TIMESTAMP_FORMAT, time())
  7. - : '&period='.$this->timeline['period'].'&stime='.$this->timeline['stimeNow'];
  8. + : '&period='.$this->timeline['period'].'&stime='.$this->timeline['stime'];
  9. }
  10. else {
  11. if ($this->screenitem['dynamic'] == SCREEN_SIMPLE_ITEM || !$this->screenitem['url']) {
  12. @@ -161,7 +161,7 @@
  13. .'&height='.$this->screenitem['height'].'&legend='.$legend.$this->getProfileUrlParams();
  14. $timeControlData['src'] .= ($this->mode == SCREEN_MODE_EDIT)
  15. ? '&period=3600&stime='.date(TIMESTAMP_FORMAT, time())
  16. - : '&period='.$this->timeline['period'].'&stime='.$this->timeline['stimeNow'];
  17. + : '&period='.$this->timeline['period'].'&stime='.$this->timeline['stime'];
  18. }
  19.  
  20. // output
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement