Skip to content

Commit

Permalink
updated all instances of 2UTM for F2 as the new Stornado was renamed …
Browse files Browse the repository at this point in the history
…to Stornado F2
  • Loading branch information
markdhooper committed Nov 16, 2023
1 parent 8cf6d0a commit ef6ddf7
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 14 deletions.
4 changes: 2 additions & 2 deletions 45drives-disks/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export default {
case "2U":
pageLayout.value = "A";
break;
case "2UTM":
case "F2":
pageLayout.value = "A";
break;
case "AV15":
Expand Down Expand Up @@ -190,7 +190,7 @@ export default {
case "2U":
pageLayout.value = "AZ";
break;
case "2UTM":
case "F2":
pageLayout.value = "AZ";
break;
case "AV15":
Expand Down
8 changes: 4 additions & 4 deletions 45drives-disks/src/components/CanvasSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
ref="canvasCardBody"
class="card-body flex-auto flex flex-col items-center content-center p-0 overflow-visible"
>
<P5Stornado2UTM v-if="activeSketchStr === 'Stornado2UTM'" />
<P5StornadoF2 v-if="activeSketchStr === 'StornadoF2'" />
<P5F8X1 v-if="activeSketchStr === 'StorinatorF8X1'" />
<P5F8X2 v-if="activeSketchStr === 'StorinatorF8X2'" />
<P5F8X3 v-if="activeSketchStr === 'StorinatorF8X3'" />
Expand Down Expand Up @@ -62,7 +62,7 @@
</template>

<script>
import P5Stornado2UTM from "./P5Stornado2UTM.vue";
import P5StornadoF2 from "./P5StornadoF2.vue";
import P5F8X1 from "./P5F8X1.vue";
import P5F8X2 from "./P5F8X2.vue";
import P5F8X3 from "./P5F8X3.vue";
Expand All @@ -86,7 +86,7 @@ import { Switch, SwitchGroup, SwitchLabel } from '@headlessui/vue'
export default {
components: {
P5Stornado2UTM,
P5StornadoF2,
P5F8X1,
P5F8X2,
P5F8X3,
Expand Down Expand Up @@ -118,7 +118,7 @@ export default {
const zfsInfo = inject("zfsInfo");
const enableSketch = (modelString) => {
let testString =
/(Storinator|Stornado|HomeLab)-(H8)?(H16|H32)?-?(HL15|AV15|Q30|S45|XL60|2UTM|2U|MI4|C8|F8X1|F8X2|F8X3)/m.exec(
/(Storinator|Stornado|HomeLab)-(H8)?(H16|H32)?-?(HL15|AV15|Q30|S45|XL60|F2|2U|MI4|C8|F8X1|F8X2|F8X3)/m.exec(
modelString
);
let enableString = testString
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div id="p5-stornado2utm" class="self-stretch m-2 flex justify-center"></div>
<div id="p5-stornadof2" class="self-stretch m-2 flex justify-center"></div>
</template>

<script>
Expand All @@ -11,7 +11,7 @@
const assets = {
chassis: {
path: "img/chassis/2utm-stornado-chassis.png",
path: "img/chassis/f2-stornado-chassis.png",
image: null,
},
disks: {
Expand Down Expand Up @@ -340,7 +340,7 @@
];
export default {
name: "P5Stornado2UTM",
name: "P5StornadoF2",
setup() {
const diskInfoObj = ref({});
const currentDisk = inject("currentDisk");
Expand Down Expand Up @@ -494,7 +494,7 @@
assets.chassis.image.width,
assets.chassis.image.height
);
canvas.parent("p5-stornado2utm");
canvas.parent("p5-stornadof2");
p5.frameRate(24);
resizeHook(p5,canvas.id(),assets.chassis.image.width);
};
Expand Down
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-1
## cockpit-45drives-hardware 2.3.3-2

* added support for HL15 servers in 45Drives-Disks and 45Drives-System
* changed all instances of 2UTM to F2 for new Stornado server
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": "1",
"buildVersion": "2",
"author": "Mark Hooper <[email protected]>",
"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": "1",
"buildVersion": "2",
"ignore": [],
"date": null,
"packager": "Mark Hooper <[email protected]>",
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 <[email protected]> 2.3.3-2
- changed all instances of 2UTM to F2 for new Stornado server
* Wed Oct 04 2023 Mark Hooper <[email protected]> 2.3.3-1
- added support for HL15 servers in 45Drives-Disks and 45Drives-System
* Fri Jun 23 2023 Mark Hooper <[email protected]> 2.3.2-1
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-2focal) focal; urgency=medium

* changed all instances of 2UTM to F2 for new Stornado server

-- Mark Hooper <[email protected]> Thu, 16 Nov 2023 05:42:24 -0400

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

* added support for HL15 servers in 45Drives-Disks and 45Drives-System
Expand Down

0 comments on commit ef6ddf7

Please sign in to comment.