Skip to content

Commit

Permalink
* Display instance name in log list.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjianhua committed Jul 6, 2022
1 parent e382d2a commit 9a22a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/module/instance/model.php
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ public function printLog($instance, $log)
{
$action = zget($this->lang->instance->actionList, $log->action, $this->lang->actions);

$logText = $log->actorName . ' ' . sprintf($action, $instance->appName);
$logText = $log->actorName . ' ' . sprintf($action, $instance->name);

$extra = json_decode($log->extra);
if(!empty($extra))
Expand Down

0 comments on commit 9a22a77

Please sign in to comment.