Skip to content

Commit

Permalink
chore: add display order to action config's external links (#1629)
Browse files Browse the repository at this point in the history
  • Loading branch information
RutZap authored Oct 15, 2024
1 parent 3448d56 commit ae101ee
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 70 deletions.
150 changes: 80 additions & 70 deletions tools/proto/tools.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tools/proto/tools.proto
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ message ExternalLink {
StringTemplate label = 1;
StringTemplate href = 2;
optional string icon = 3;
int32 display_order = 4;
}

message ActionLink {
Expand Down

0 comments on commit ae101ee

Please sign in to comment.