Skip to content

Commit

Permalink
Activity entity types
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Jul 3, 2024
1 parent c1d8052 commit 5310e79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manage-gui/src/pages/Activity.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ export default class Activity extends React.Component {
this.state = {
activity: [],
filteredActivity: [],
types: ["saml20_idp", "saml20_sp", "oidc10_rp", "oauth20_rs", "provisioning", "policy"],
types: ["saml20_idp", "saml20_sp", "oidc10_rp"],
reverse: false,
allTypes: ["saml20_idp", "saml20_sp", "oidc10_rp", "oauth20_rs", "provisioning", "policy", "single_tenant_template"],
allTypes: ["saml20_idp", "saml20_sp", "oidc10_rp", "oauth20_rs", "provisioning", "policy", "sram", "single_tenant_template"],
limit: "25",
query: "",
loaded: false,
Expand Down

0 comments on commit 5310e79

Please sign in to comment.