Improve layout of robot comments
* Switch service account and robot name * Remove Run ID and replace with Run Details * Remove robot icon * https://imgur.com/a/pijB2KP Change-Id: If42ca1f72ea3c3656f55d5002c82c2439898a5f3
This commit is contained in:
@@ -273,4 +273,27 @@ Gerrit.GrSuggestionItem;
|
||||
* makeSuggestionItem: function(Object): Gerrit.GrSuggestionItem,
|
||||
* }}
|
||||
*/
|
||||
Gerrit.GrSuggestionsProvider;
|
||||
Gerrit.GrSuggestionsProvider;
|
||||
|
||||
/**
|
||||
* @typedef {{
|
||||
* patch_set: ?number,
|
||||
* id: ?string,
|
||||
* path: ?Object,
|
||||
* side: ?string,
|
||||
* parent: ?number,
|
||||
* line: ?Object,
|
||||
* in_reply_to: ?string,
|
||||
* message: ?Object,
|
||||
* updated: ?string,
|
||||
* author: ?Object,
|
||||
* tag: ?Object,
|
||||
* unresolved: ?boolean,
|
||||
* robot_id: ?string,
|
||||
* robot_run_id: ?string,
|
||||
* url: ?string,
|
||||
* properties: ?Object,
|
||||
* fix_suggestions: ?Object,
|
||||
* }}
|
||||
*/
|
||||
Gerrit.Comment;
|
||||
|
||||
Reference in New Issue
Block a user