Skip to content

Commit

Permalink
added chassis image for Stornado F2
Browse files Browse the repository at this point in the history
  • Loading branch information
markdhooper committed Nov 16, 2023
1 parent 3fbe56a commit 0290620
Show file tree
Hide file tree
Showing 10 changed files with 1,808 additions and 1,799 deletions.
1,212 changes: 606 additions & 606 deletions 45drives-disks/yarn.lock

Large diffs are not rendered by default.

1,206 changes: 603 additions & 603 deletions 45drives-motherboard/yarn.lock

Large diffs are not rendered by default.

Binary file added 45drives-system/public/img/stornadoF2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion 45drives-system/src/components/SectionSystem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default {
}
const regExpModel =
/(Storinator|Stornado|HomeLab).*(HL15|AV15|Q30|S45|XL60|2U|C8|MI4|F8X1|F8X2|F8X3).*/;
/(Storinator|Stornado|HomeLab).*(HL15|AV15|Q30|S45|XL60|2U|C8|MI4|F8X1|F8X2|F8X3|F2).*/;
const match = model.match(regExpModel);
const imgPathLookup = {
"Storinator": {
Expand All @@ -126,6 +126,7 @@ export default {
"Stornado": {
"2U": "img/stornado2U.png",
"AV15": "img/stornadoAV15.png",
"F2": "img/stornadoF2.png"
},
"HomeLab": {
"HL15": "img/homelabHL15.png",
Expand Down
1,168 changes: 584 additions & 584 deletions 45drives-system/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## cockpit-45drives-hardware 2.3.3-3
## cockpit-45drives-hardware 2.3.3-4

* updated name of chassis used for new NVME Stornado from 2UTM to F2
* added chassis image to system tab for Stornado F2
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
PLUGIN_SRCS=

# For installing to a remote machine for testing with `make install-remote`
REMOTE_TEST_HOST=192.168.208.192
REMOTE_TEST_HOST=192.168.209.217
REMOTE_TEST_USER=root

# Restarts cockpit after install
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "cockpit-45drives-hardware",
"prerelease": true,
"version": "2.3.3",
"buildVersion": "3",
"buildVersion": "4",
"author": "Mark Hooper <mhooper@45drives.com>",
"url": "https://github.com/45Drives/cockpit-hardware",
"category": "utils",
Expand Down Expand Up @@ -59,7 +59,7 @@
"changelog": {
"urgency": "medium",
"version": "2.3.3",
"buildVersion": "3",
"buildVersion": "4",
"ignore": [],
"date": null,
"packager": "Mark Hooper <mhooper@45drives.com>",
Expand Down
2 changes: 2 additions & 0 deletions packaging/el8/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ make DESTDIR=%{buildroot} install
/usr/lib/udev/rules.d/68-cockpit-45drives-disks.rules

%changelog
* Thu Nov 16 2023 Mark Hooper <mhooper@45drives.com> 2.3.3-4
- added chassis image to system tab for Stornado F2
* Thu Nov 16 2023 Mark Hooper <mhooper@45drives.com> 2.3.3-3
- updated name of chassis used for new NVME Stornado from 2UTM to F2
* Thu Nov 16 2023 Mark Hooper <mhooper@45drives.com> 2.3.3-2
Expand Down
6 changes: 6 additions & 0 deletions packaging/focal/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
cockpit-45drives-hardware (2.3.3-4focal) focal; urgency=medium

* added chassis image to system tab for Stornado F2

-- Mark Hooper <mhooper@45drives.com> Thu, 16 Nov 2023 11:29:15 -0400

cockpit-45drives-hardware (2.3.3-3focal) focal; urgency=medium

* updated name of chassis used for new NVME Stornado from 2UTM to F2
Expand Down

0 comments on commit 0290620

Please sign in to comment.