Fixed top header to more dynamic
This commit is contained in:
@@ -60,7 +60,11 @@ const CredentialsPage = () => {
|
||||
<SuccessToast message="New Credential added successfully!" />
|
||||
<div className={globalStyle.mainContainer}>
|
||||
<div className={globalStyle.container}>
|
||||
<TopHeader buttonText="Add Credentials" topbarTitle="Credentials" />
|
||||
<TopHeader
|
||||
buttonText="Add Credentials"
|
||||
topbarTitle="Credentials"
|
||||
requiredButtons={["title", "add", "search", "env"]}
|
||||
/>
|
||||
<div className={styles.tableContainer}>
|
||||
<table className={styles.table}>
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user