Detail Tab

Specific configuration parameters

Parameter libParameter web Description
activeTabsactiveTabsallows you to control what content to present in the application
detailTab: this will display information details related to the order, like items list and billing summary, but not information regarding the current status/steps the order is at the moment

Usage Example

<!DOCTYPE html>
<head>
    <title>LSW v3 Embed</title>
</head>
<body>
    <div id="instaleap-lsw-v3"></div>
</body>

<script src="https://xandar-lsw-v3.instaleap.io/lib/status.js"></script>
<script>
    const params = {
        job: "myJob",
        token: "myToken",
        container: "#instaleap-lsw-v3",
        activeTabs: 'detailTab'
    }
    window.instaleap.status.render(params)
</script>
</html>
https://xandar-lsw-v3.instaleap.io/status?job=myJob&token=myToken&activeTabs=detailTab

Consider the following examples:

Detail Tab