Skip to content

Commit

Permalink
Merge pull request #89 from built-on-openfin/dev/adam/hot-fixes
Browse files Browse the repository at this point in the history
Dev/adam/hot fixes
  • Loading branch information
adam-saland authored Feb 8, 2024
2 parents e81469e + 96a5613 commit 287bb35
Show file tree
Hide file tree
Showing 28 changed files with 47 additions and 47 deletions.
4 changes: 2 additions & 2 deletions how-to/create-window/public/html/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Create Window</title>
<link rel="stylesheet" href="/common/style/app.css" />
<link rel="stylesheet" href="../common/style/app.css" />
<script src="../js/app.bundle.js"></script>
</head>

Expand All @@ -16,7 +16,7 @@ <h1>Create Window</h1>
<h1 class="tag">Demonstrate how to open windows.</h1>
</div>
<div class="row middle gap20">
<image src="/common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
<image src="../common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
</div>
</header>
<main class="col left gap10">
Expand Down
4 changes: 2 additions & 2 deletions how-to/create-window/public/html/window.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Data Window</title>
<link rel="stylesheet" href="/common/style/app.css" />
<link rel="stylesheet" href="../common/style/app.css" />
</head>

<body class="col fill gap20">
Expand All @@ -15,7 +15,7 @@ <h1>Data Window</h1>
<h1 class="tag">Receiving Data from custom options.</h1>
</div>
<div class="row middle gap20">
<image src="/common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
<image src="../common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
</div>
</header>
<main class="col left gap10">
Expand Down
4 changes: 2 additions & 2 deletions how-to/integration-excel/public/views/excel.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Integrate with Excel</title>
<script src="../js/excel.bundle.js"></script>
<link rel="stylesheet" href="/common/style/app.css" />
<link rel="stylesheet" href="../common/style/app.css" />
<style>
main {
flex-direction: row;
Expand All @@ -32,7 +32,7 @@ <h1>Integrate with Excel</h1>
<h1 class="tag">Demonstrate integration with Excel.</h1>
</div>
<div class="row middle gap20">
<image src="/common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
<image src="../common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
</div>
</header>

Expand Down
4 changes: 2 additions & 2 deletions how-to/integration-excel/public/views/fdc3monitor.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FDC3 Monitor</title>
<script src="../js/fdc3monitor.bundle.js"></script>
<link rel="stylesheet" href="/common/style/app.css" />
<link rel="stylesheet" href="../common/style/app.css" />
</head>

<body class="col fill gap20">
Expand All @@ -16,7 +16,7 @@ <h1>Monitor FDC3 Messages</h1>
<h1 class="tag">Demonstrate monitoring messages from Excel.</h1>
</div>
<div class="row middle gap20">
<image src="/common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
<image src="../common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
</div>
</header>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Launched View</title>
<link rel="stylesheet" href="/common/style/app.css" />
<link rel="stylesheet" href="../common/style/app.css" />
<script src="../js/app.bundle.js"></script>
</head>

Expand All @@ -15,7 +15,7 @@
<h1>Launched View</h1>
</div>
<div class="row middle gap20">
<image src="/common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
<image src="../common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
</div>
</header>
<main class="col left gap10">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>OpenFin Provider</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/common/style/app.css" />
<link rel="stylesheet" href="../common/style/app.css" />
<script type="module" src="../js/platform.bundle.js"></script>
</head>

Expand All @@ -16,7 +16,7 @@
<h1>OpenFin Provider</h1>
</div>
<div class="row middle gap20">
<image src="/common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
<image src="../common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
</div>
</header>
<main class="col left gap10">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Window App - Example</title>
<link rel="stylesheet" href="/common/style/app.css" />
<link rel="stylesheet" href="../common/style/app.css" />
<script src="../js/window.bundle.js"></script>
</head>

Expand All @@ -16,7 +16,7 @@ <h1>Issue Commands To a Platform</h1>
<h1 class="tag">Use the channel API to send command to a platform.</h1>
</div>
<div class="row middle gap20">
<image src="/common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
<image src="../common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
</div>
</header>
<main class="col left gap10">
Expand Down
2 changes: 1 addition & 1 deletion how-to/use-content-creation-rules/public/html/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/common/style/app.css" />
<link rel="stylesheet" href="../common/style/app.css" />
<title>Content Creation Test App</title>
<script src="../js/app.bundle.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions how-to/use-dynamic-manifest/basic/public/html/app-dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dynamic Manifest</title>
<link rel="stylesheet" href="/common/style/app.css" />
<link rel="stylesheet" href="../common/style/app.css" />
</head>

<body class="col fill gap20">
Expand All @@ -15,7 +15,7 @@ <h1>Dynamic Manifest</h1>
<h1 class="tag">How to provide dynamic manifests from an endpoint.</h1>
</div>
<div class="row middle gap20">
<image src="/common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
<image src="../common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
</div>
</header>
<main class="col left gap10">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dynamic Manifest</title>
<link rel="stylesheet" href="/common/style/app.css" />
<link rel="stylesheet" href="../common/style/app.css" />
</head>

<body class="col fill gap20">
Expand All @@ -15,7 +15,7 @@ <h1>Dynamic Manifest</h1>
<h1 class="tag">How to provide dynamic manifests from an endpoint.</h1>
</div>
<div class="row middle gap20">
<image src="/common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
<image src="../common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
</div>
</header>
<main class="col left gap10">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>OpenFin Template</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/common/style/app.css" />
<link rel="stylesheet" href="../common/style/app.css" />
<script src="../js/app.bundle.js"></script>
</head>
<body class="col fill gap20">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"startup_app": {
"name": "launch-app-asset",
"url": "http://localhost:5050/app.html",
"url": "http://localhost:5050/html/app.html",
"uuid": "launch-app-asset",
"icon": "http://localhost:5050/common/images/icon-blue.png",
"autoShow": true,
Expand Down
4 changes: 2 additions & 2 deletions how-to/use-logging-apis/public/html/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>How to collect debug logs</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/common/style/app.css" />
<link rel="stylesheet" href="../common/style/app.css" />
<script src="../js/app.bundle.js"></script>
</head>

Expand All @@ -16,7 +16,7 @@ <h1>How to collect logs.</h1>
<h1 class="tag">Demonstrate how to use logging APIs</h1>
</div>
<div class="row middle gap10">
<image src="/common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
<image src="../common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
</div>
</header>
<main class="row fill gap20">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>View(s) preventing closing</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script type="module" src="../js/dialog.bundle.js"></script>
<link rel="stylesheet" href="/common/style/app.css" />
<link rel="stylesheet" href="../common/style/app.css" />
</head>

<body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>View</title>
<script type="module" src="../js/view.bundle.js"></script>
<link rel="stylesheet" href="/common/style/app.css" />
<link rel="stylesheet" href="../common/style/app.css" />
</head>

<body class="col fill gap20">
Expand Down
4 changes: 2 additions & 2 deletions how-to/use-popup-window/advanced/public/html/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Popup Window | Advanced</title>
<link rel="stylesheet" href="/common/style/app.css" />
<link rel="stylesheet" href="../common/style/app.css" />
<script src="../js/app.bundle.js"></script>
</head>

Expand All @@ -16,7 +16,7 @@ <h1>Popup Window</h1>
<h1 class="tag">How to use advanced popup window options.</h1>
</div>
<div class="row middle gap20">
<image src="/common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
<image src="../common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
</div>
</header>
<main class="col left gap10">
Expand Down
2 changes: 1 addition & 1 deletion how-to/use-popup-window/advanced/public/html/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Popup Window</title>
<link rel="stylesheet" href="/common/style/app.css" />
<link rel="stylesheet" href="../common/style/app.css" />
<script src="../js/popup.bundle.js"></script>
</head>

Expand Down
4 changes: 2 additions & 2 deletions how-to/use-popup-window/modal/public/html/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Popup Window | Modal</title>
<link rel="stylesheet" href="/common/style/app.css" />
<link rel="stylesheet" href="../common/style/app.css" />
<script src="../js/app.bundle.js"></script>
</head>

Expand All @@ -16,7 +16,7 @@ <h1>Popup Window</h1>
<h1 class="tag">How to use modal popup window options.</h1>
</div>
<div class="row middle gap20">
<image src="/common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
<image src="../common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
</div>
</header>
<main class="col left gap10">
Expand Down
2 changes: 1 addition & 1 deletion how-to/use-popup-window/modal/public/html/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Popup Window</title>
<link rel="stylesheet" href="/common/style/app.css" />
<link rel="stylesheet" href="../common/style/app.css" />
<script src="../js/popup.bundle.js"></script>
</head>

Expand Down
4 changes: 2 additions & 2 deletions how-to/use-popup-window/multiple-results/public/html/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Popup Window | Multiple Results</title>
<link rel="stylesheet" href="/common/style/app.css" />
<link rel="stylesheet" href="../common/style/app.css" />
<script src="../js/app.bundle.js"></script>
</head>

Expand All @@ -16,7 +16,7 @@ <h1>Popup Window</h1>
<h1 class="tag">How to use multiple results popup window options.</h1>
</div>
<div class="row middle gap20">
<image src="/common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
<image src="../common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
</div>
</header>
<main class="col left gap10">
Expand Down
4 changes: 2 additions & 2 deletions how-to/use-popup-window/single-result/public/html/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Popup Window | Single Result</title>
<script src="../js/app.bundle.js"></script>
<link rel="stylesheet" href="/common/style/app.css" />
<link rel="stylesheet" href="../common/style/app.css" />
</head>

<body class="col fill gap20">
Expand All @@ -16,7 +16,7 @@ <h1>Popup Window</h1>
<h1 class="tag">How to use single result popup window options.</h1>
</div>
<div class="row middle gap20">
<image src="/common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
<image src="../common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
</div>
</header>
<main class="col left gap10">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Popup Window</title>
<script src="../js/popup.bundle.js"></script>
<link rel="stylesheet" href="/common/style/app.css" />
<link rel="stylesheet" href="../common/style/app.css" />
</head>

<body class="border border-light col fill gap20">
Expand Down
4 changes: 2 additions & 2 deletions how-to/use-preloads/basic/public/html/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Preload | Basic</title>
<link rel="stylesheet" href="/common/style/app.css" />
<link rel="stylesheet" href="../common/style/app.css" />
<script src="../js/app.bundle.js"></script>
</head>

Expand All @@ -16,7 +16,7 @@ <h1>Issue Commands To a Platform</h1>
<h1 class="tag">Use the channel API to send command to a platform.</h1>
</div>
<div class="row middle gap20">
<image src="/common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
<image src="../common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
</div>
</header>
<main class="col left gap10">
Expand Down
4 changes: 2 additions & 2 deletions how-to/use-security-realms/public/html/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Security Realm Example</title>
<link rel="stylesheet" href="/common/style/app.css" />
<link rel="stylesheet" href="../common/style/app.css" />
<script src="../js/app.bundle.js"></script>
</head>

Expand All @@ -19,7 +19,7 @@ <h1 class="tag">
</h1>
</div>
<div class="row middle gap20">
<image src="/common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
<image src="../common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
</div>
</header>
<main class="row gap10 fill">
Expand Down
4 changes: 2 additions & 2 deletions how-to/use-security-realms/public/html/view-app.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Security Realm Example</title>
<link rel="stylesheet" href="/common/style/app.css" />
<link rel="stylesheet" href="../common/style/app.css" />
<script src="../js/view-app.bundle.js"></script>
</head>

Expand All @@ -19,7 +19,7 @@ <h1 class="tag">
</h1>
</div>
<div class="row middle gap20">
<image src="/common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
<image src="../common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
</div>
</header>
<main class="row gap10 fill">
Expand Down
4 changes: 2 additions & 2 deletions how-to/use-window-options/public/html/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Window Options Example</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/common/style/app.css" />
<link rel="stylesheet" href="../common/style/app.css" />
<script src="../js/app.bundle.js"></script>
</head>

Expand All @@ -16,7 +16,7 @@ <h1>Window Options Example</h1>
<h1 class="tag">Demonstrate the customization options available for opening windows.</h1>
</div>
<div class="row middle gap10">
<image src="/common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
<image src="../common/images/icon-blue.png" alt="OpenFin" height="40px"></image>
</div>
</header>
<main class="row fill gap20">
Expand Down
Loading

0 comments on commit 287bb35

Please sign in to comment.