Skip to content

Commit

Permalink
revert whiteSpace
Browse files Browse the repository at this point in the history
  • Loading branch information
gee05053 committed Jan 21, 2024
1 parent bfc83ce commit 9f747b6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/components/backend-ai-user-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@ type LablupLoadingSpinner = HTMLElementTagNameMap['lablup-loading-spinner'];
type BackendAIDialog = HTMLElementTagNameMap['backend-ai-dialog'];

/**
Backend AI User List
Backend AI User List
`backend-ai-user-list` is list of user details.
Through this, user information can be read or modified, and the user can be logged out.
`backend-ai-user-list` is list of user details.
Through this, user information can be read or modified, and the user can be logged out.
Example:
Example:
<backend-ai-user-list>
...
</backend-ai-user-list>
<backend-ai-user-list>
...
</backend-ai-user-list>
@group Backend.AI Web UI
@element backend-ai-user-list
*/
@element backend-ai-user-list
*/

@customElement('backend-ai-user-list')
export default class BackendAIUserList extends BackendAIPage {
Expand Down

0 comments on commit 9f747b6

Please sign in to comment.