Skip to content

Commit

Permalink
Add details to quick script runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Apr 20, 2021
1 parent f24eaf0 commit b665c70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Server/Components/Devices/Terminal.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,9 @@ void showModal(RenderTreeBuilder builder)
OrganizationID = User.OrganizationID,
RunAt = Time.Now,
SavedScriptId = script.Id,
RunOnNextConnect = false
RunOnNextConnect = false,
Initiator = User.UserName,
InputType = ScriptInputType.OneTimeScript
};
scriptRun.Devices = DataService.GetDevices(AppState.DevicesFrameSelectedDevices);
Expand Down

0 comments on commit b665c70

Please sign in to comment.