A bit tweaking session title output
This commit is contained in:
parent
ad82201769
commit
5881b6331a
|
@ -94,8 +94,8 @@ class Session
|
|||
function getTitle() : string
|
||||
{
|
||||
$finished_plans = $this->countFinishedPlans();
|
||||
return "Session ({$this->id}) '{$this->name}' (plans:$finished_plans/".sizeof($this->plans)." devices:".sizeof($this->getDevices())." ?:".sizeof($this->ignored_devices) .
|
||||
') (' . round($this->getDuration()/60, 1) . ' min)';
|
||||
return "**Session ({$this->id}) '{$this->name}' (plans:$finished_plans/".sizeof($this->plans)." devices:".sizeof($this->getDevices())." ?:".sizeof($this->ignored_devices) .
|
||||
') (' . round($this->getDuration()/60, 1) . ' min)**';
|
||||
}
|
||||
|
||||
function getDuration() : int
|
||||
|
|
Loading…
Reference in New Issue