Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
agnybida committed Aug 17, 2023
2 parents f06609a + a8951ab commit 7b66ad3
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions dist/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 3.2.5
* added workaround for invalid filter urls with `&` character
* fixed issue with dashboard loading without filters

#### 3.2.4
* added workaround for invalid filter urls with `&` character

Expand Down
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
<span class="hc10"></span>
</div>
<noscript>Please enable JavaScript to continue using this application.</noscript>
<script src="runtime.2d49badc8e04eafd.js" type="module"></script><script src="polyfills.fc4e187b2cf60df2.js" type="module"></script><script src="scripts.eed0bf8ef451fc4a.js" defer></script><script src="main.b4ed814e3bafa435.js" type="module"></script>
<script src="runtime.2d49badc8e04eafd.js" type="module"></script><script src="polyfills.fc4e187b2cf60df2.js" type="module"></script><script src="scripts.eed0bf8ef451fc4a.js" defer></script><script src="main.62045221412ea822.js" type="module"></script>

</body></html>
1 change: 1 addition & 0 deletions dist/main.62045221412ea822.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/main.b4ed814e3bafa435.js

This file was deleted.

8 changes: 4 additions & 4 deletions dist/ngsw.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"configVersion": 1,
"timestamp": 1692094859507,
"timestamp": 1692194055350,
"index": "/index.html",
"assetGroups": [
{
Expand All @@ -13,7 +13,7 @@
"urls": [
"/contrast.css",
"/index.html",
"/main.b4ed814e3bafa435.js",
"/main.62045221412ea822.js",
"/manifest.webmanifest",
"/polyfills.fc4e187b2cf60df2.js",
"/runtime.2d49badc8e04eafd.js",
Expand Down Expand Up @@ -242,8 +242,8 @@
"/fontawesome-webfont.cf011583fb81df9f.woff": "28b782240b3e76db824e12c02754a9731a167527",
"/fontawesome-webfont.da909aa098b0ee2d.svg": "98a8aa5cf7d62c2eff5f07ede8d844b874ef06ed",
"/fontawesome-webfont.e9955780856cf8aa.woff2": "d6f48cba7d076fb6f2fd6ba993a75b9dc1ecbf0c",
"/index.html": "d31c580cf6e2a1aa3236015acafbeb7f8cc6876d",
"/main.b4ed814e3bafa435.js": "df766ecced2271127048544d6c4274cd82d1e0dd",
"/index.html": "bbd5a7ab3882e5136b52df2f0b29d8abf9f6b71e",
"/main.62045221412ea822.js": "df0af5491e696b3b43e014507fd4c305d8b9ad38",
"/manifest.webmanifest": "b848c77a4ea79860cc030444d6b4138668e449ae",
"/polyfills.fc4e187b2cf60df2.js": "c79ce4f8cdf874d8258fba225bd8d038f68eac62",
"/runtime.2d49badc8e04eafd.js": "a3a69d6bd6abbc9549bf3b8f914c7ef4c87ea52d",
Expand Down
2 changes: 1 addition & 1 deletion module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Document name="dsw.ZPM">
<Module>
<Name>dsw</Name>
<Version>3.2.4</Version>
<Version>3.2.5</Version>
<Packaging>module</Packaging>
<Description>DeepSeeWeb (DSW) is an Angular UI layer for IRIS BI (DeepSee) dashboards</Description>
<Dependencies>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

0 comments on commit 7b66ad3

Please sign in to comment.