Skip to content

Commit

Permalink
Merge pull request #532 from stat-kwon/master
Browse files Browse the repository at this point in the history
Delete sort_keys in dashboard
  • Loading branch information
stat-kwon authored Jan 2, 2025
2 parents 4dea81c + 1999959 commit 5ff3c99
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion proto/spaceone/api/dashboard/v1/private_data_table.proto
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ message PrivateDataTableInfo {
google.protobuf.Struct tags = 8;
google.protobuf.Struct labels_info = 9;
google.protobuf.Struct data_info = 10;
repeated string sort_keys = 11;
string error_message = 13;

string domain_id = 21;
Expand Down
1 change: 0 additions & 1 deletion proto/spaceone/api/dashboard/v1/public_data_table.proto
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ message PublicDataTableInfo {
google.protobuf.Struct tags = 8;
google.protobuf.Struct labels_info = 9;
google.protobuf.Struct data_info = 10;
repeated string sort_keys = 11;
string error_message = 13;

ResourceGroup resource_group = 20;
Expand Down

0 comments on commit 5ff3c99

Please sign in to comment.