Skip to content

Fixes #501 - MEM List Policy Templates actions button. #524

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/views/endpoint/MEM/MEMListPolicyTemplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const Dropdown = (row, index, column) => {
}
return (
<CDropdown>
<CDropdownToggle size="sm" variant="ghost" color="primary">
<CDropdownToggle size="sm" color="link">
<FontAwesomeIcon icon={faBars} />
</CDropdownToggle>
<CDropdownMenu>
Expand Down Expand Up @@ -116,7 +116,7 @@ const AutopilotListTemplates = () => {
<hr />
<CCard className="page-card">
<CCardHeader>
<CCardTitle className="text-primary">Available Endpoint Manager Templates</CCardTitle>
<CCardTitle>Available Endpoint Manager Templates</CCardTitle>
</CCardHeader>
<CCardBody>
<CippDatatable
Expand Down