Skip to content

Commit

Permalink
Merge pull request #57 from bitovi/change-instance
Browse files Browse the repository at this point in the history
charts in the estimation report
  • Loading branch information
justinbmeyer authored Jun 7, 2024
2 parents bcc6733 + bdd581e commit 65c6287
Show file tree
Hide file tree
Showing 9 changed files with 342 additions and 229 deletions.
30 changes: 25 additions & 5 deletions pages/oauth-callback.html.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,32 @@ module.exports = function () {
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<title>Jira Auto Scheduler OAuth Callback</title>
<link rel="icon"
type="image/png"
href="/images/favicon.png">
<link rel="stylesheet" href="./dist/production.css">
</head>
<body>
<h1>Jira Auto Scheduler OATH Callback</h1>
<div id="mainElement">Redirecting momentarily ...</div>
<body class="bg-slate-400">
<div class="bg-white px-2 drop-shadow-md hide-on-fullscreen">
<nav class="py-2 place-center w-1280">
<div class="flex" style="align-items: center">
<ul class="flex gap-3 flex-grow items-baseline">
<li>
<a class="text-neutral-800 text-3xl hover:underline font-bitovipoppins font-bold">Statistical Auto-Scheduler for Jira - OAuth Callback</a>
</li>
<li>
<a href="https://www.bitovi.com/services/agile-project-management-consulting"
class="font-bitovipoppins text-orange-400"
style="line-height: 37px; font-size: 14px; text-decoration: none"
>by <img src="./images/bitovi-logo.png" class="inline align-baseline"/></a>
</li>
</ul>
</div>
</nav>
</div>
<div id="mainElement" class="bg-white p-8 text-lg">Redirecting momentarily ...</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/1.1.2/axios.min.js"></script>
<script type="module">
import JiraOIDCHelpers from "./jira-oidc-helpers.js";
Expand Down
384 changes: 192 additions & 192 deletions public/dist/main-wl348GAp.js → public/dist/main-IqE4E3tJ.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/dist/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/dist/production.css

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 65c6287

Please sign in to comment.