Skip to content

Commit

Permalink
Updated iFrame url
Browse files Browse the repository at this point in the history
  • Loading branch information
satyakiran-opsmx committed Nov 4, 2022
1 parent 44b2ac7 commit 098b7ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ metadata:
spec:
sources:
- web:
url: https://github.com/satyakiran-opsmx/analysis-run/releases/download/v1.0.12/extension.tar
url: https://github.com/satyakiran-opsmx/analysis-run/releases/download/v1.0.13/extension.tar

2 changes: 1 addition & 1 deletion ui/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const Extension = (props: {
console.log("props: ",props);
return (
<div className="shopping-list">
<iframe src="https://isd-dev.argo-dev.opsmx.net/ui/plugin-isd/verification/final-tests/1498/fromPlugin/200" style={{width: "100%", height: "100vh"}}></iframe>
<iframe src="https://isd.argo.ninja-test.opsmx.org/ui/application" style={{width: "100%", height: "100vh"}}></iframe>
</div>
);
};
Expand Down

0 comments on commit 098b7ee

Please sign in to comment.