Skip to content

Commit 45b8801

Browse files
committed
Update repository_audit.xml
Fixed #14
1 parent 02c6ce8 commit 45b8801

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

github_app_for_splunk/default/data/ui/views/repository_audit.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<a href="#" class="toggle-tab" data-toggle="tab" data-elements="tab_userChanges">Repository User Changes</a>
6060
</li>
6161
<li>
62-
<a href="#" class="toggle-tab" data-toggle="tab" data-elements="tab_repoActions">Repository Action Details</a>
62+
<a href="#" class="toggle-tab" data-toggle="tab" data-elements="tab_repoActions">Repository Workflow Details</a>
6363
</li>
6464
</ul>
6565
</html>
@@ -95,9 +95,9 @@
9595
</row>
9696
<row id="tab_repoActions">
9797
<panel>
98-
<title>Repository Action Details</title>
98+
<title>Repository Workflow Details</title>
9999
<table>
100-
<title>Clicking an Action run will take you to Github to view the Action Workflow</title>
100+
<title>Clicking an Workflow run will take you to Github to view the Workflow</title>
101101
<search>
102102
<query>`github_source` action IN("workflows.completed*") repo="*" | stats latest(conclusion) as status by org, actor, name, repo, head_branch, workflow_run_id</query>
103103
<earliest>$timeRng.earliest$</earliest>

0 commit comments

Comments
 (0)