Detail Tab
allows 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
Implementation
Available parameters
| Parameter lib | Parameter web | Description | 
|---|---|---|
| activeTabs | activeTabs | allows 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 | 
Code
<!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
Demo
NOTE: Please do not modify the Demo, this is a visual aid.
Updated 3 months ago
