mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2025-11-02 11:47:51 +00:00
Added osuSsidProfile in getProfile query
This commit is contained in:
@@ -29,6 +29,10 @@ const GET_PROFILE = gql`
|
|||||||
profileType
|
profileType
|
||||||
details
|
details
|
||||||
}
|
}
|
||||||
|
osuSsidProfile {
|
||||||
|
id
|
||||||
|
name
|
||||||
|
}
|
||||||
childProfileIds
|
childProfileIds
|
||||||
createdTimestamp
|
createdTimestamp
|
||||||
lastModifiedTimestamp
|
lastModifiedTimestamp
|
||||||
@@ -299,6 +303,7 @@ const ProfileDetails = () => {
|
|||||||
operatorProfiles={operatorProfiles?.getAllProfiles?.items}
|
operatorProfiles={operatorProfiles?.getAllProfiles?.items}
|
||||||
idProviderProfiles={idProviderProfiles?.getAllProfiles?.items}
|
idProviderProfiles={idProviderProfiles?.getAllProfiles?.items}
|
||||||
associatedSsidProfiles={data.getProfile?.associatedSsidProfiles}
|
associatedSsidProfiles={data.getProfile?.associatedSsidProfiles}
|
||||||
|
osuSsidProfile={data.getProfile?.osuSsidProfile}
|
||||||
fileUpload={handleFileUpload}
|
fileUpload={handleFileUpload}
|
||||||
onFetchMoreProfiles={handleFetchMoreProfiles}
|
onFetchMoreProfiles={handleFetchMoreProfiles}
|
||||||
onDownloadFile={handleDownloadFile}
|
onDownloadFile={handleDownloadFile}
|
||||||
|
|||||||
Reference in New Issue
Block a user