-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix endpoint secret modal on portal links (#1909)
* fix endpoint form * fix endpoint secret modal on portal links page * show owner id for portal links
- Loading branch information
1 parent
6b27db3
commit cefbc07
Showing
5 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
web/ui/dashboard/src/app/private/components/config-button/config-button.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<button convoy-button size="sm" fill="outline" color="grey" texture="light" type="button" class="!px-0 !py-0 rounded-4px" (click)="onClick.emit()"> | ||
<div class="px-10px"> | ||
<div class="px-10px whitespace-nowrap"> | ||
<ng-content></ng-content> | ||
</div> | ||
<div class="flex items-center justify-center bg-new.gray-100 ml-4px py-8px px-10px"> | ||
<div class="flex items-center justify-center bg-new.gray-200 ml-4px py-8px px-10px min-h-[26px] min-w-[30px]"> | ||
<img src="assets/img/svg/plus-icon.svg" class="" alt="plus icon" /> | ||
</div> | ||
</button> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters