Skip to content

Commit

Permalink
Merge pull request #29 from SoopSASM/feature/change-category
Browse files Browse the repository at this point in the history
[modify] change category to soop-dashboard
  • Loading branch information
lea-hwang authored Sep 29, 2022
2 parents 76b24aa + 50b08fd commit 0519de1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions dashboard/nodes/soop_chart.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script type="text/javascript">
RED.nodes.registerType("soop_chart", {
category: "soop", // 이후 수정되어야할 부분
category: "soop-dashboard", // 이후 수정되어야할 부분
color: "rgb(100, 189, 27)", // 이후 수정되어야할 부분
defaults: {
group: { type: "soop_group", required: true }, // 이후 수정되어야할 부분
Expand Down Expand Up @@ -133,7 +133,6 @@
}
});
},

});
</script>

Expand Down Expand Up @@ -234,7 +233,7 @@
<option value="cubic-mono">Cubic-mono</option>
</select>
</span>

<span id="cutout" class="chart-property pie">
<label for="node-input-cutout" style="width:auto">Cutout</label>
<input type="text" id="node-input-cutout" style="width:40px;" />
Expand Down
2 changes: 1 addition & 1 deletion dashboard/nodes/soop_list.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script type="text/javascript">
RED.nodes.registerType("soop_list", {
category: "soop",
category: "soop-dashboard",
color: "rgb(255, 189, 27)",
defaults: {
name: {
Expand Down

0 comments on commit 0519de1

Please sign in to comment.