import { html } from "lit"; const Template = () => html`
Logo Home Applications Reports
Home Applications

Applications

Browse and manage all registered applications in your organisation.
Create application
All applications
Filter
Showing 6/14 result(s)
Application name Organisation Environment Status Actions APEX Gateway v2.1.0 [GVT] APEX Production Active View MyInfo Bridge v1.4.0 [GVT] NDI Staging Pending View FormSG Webhook v3.0.0 [GVT] OGP Production Active View SingPass Auth v1.2.0 [GVT] GDS Production Rejected View Data.gov Sync v2.0.0 [GVT] SNDGO Development Suspended View CorpPass Verify v1.0.0 [GVT] ACRA Staging Active View
`; export default { title: "Templates/Application Management/Application list", tags: ["!autodocs"], parameters: { layout: "fullscreen" } }; export const ApplicationList = { render: Template.bind({}), name: "Application list" };