Skip to content

Commit

Permalink
Remove extra newlines from iocCluster.template
Browse files Browse the repository at this point in the history
  • Loading branch information
anjohnson committed Mar 20, 2024
1 parent 97432a4 commit 7f90d16
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions iocAdmin/Db/iocCluster.template
Original file line number Diff line number Diff line change
@@ -1,36 +1,28 @@
record(ai, "$(IOCNAME):CLUST_$(P)_$(S)_0") {
field(DESC, "$(TYPE) Size")
field(DTYP, "IOC stats clusts")
field(INP, "@clust_

info $(P) $(S) 0")
field(INP, "@clust_info $(P) $(S) 0")
field(FLNK, "$(IOCNAME):CLUST_$(P)_$(S)_1")
}

record(ai, "$(IOCNAME):CLUST_$(P)_$(S)_1") {
field(DESC, "$(TYPE) Clusters")
field(DTYP, "IOC stats clusts")
field(INP, "@clust_

info $(P) $(S) 1")
field(INP, "@clust_info $(P) $(S) 1")
field(FLNK, "$(IOCNAME):CLUST_$(P)_$(S)_2")
}

record(ai, "$(IOCNAME):CLUST_$(P)_$(S)_2") {
field(DESC, "$(TYPE) Free")
field(DTYP, "IOC stats clusts")
field(INP, "@clust_

info $(P) $(S) 2")
field(INP, "@clust_info $(P) $(S) 2")
field(FLNK, "$(IOCNAME):CLUST_$(P)_$(S)_3")
}

record(ai, "$(IOCNAME):CLUST_$(P)_$(S)_3") {
field(DESC, "$(TYPE) Usage")
field(DTYP, "IOC stats clusts")
field(INP, "@clust_

info $(P) $(S) 3")
field(INP, "@clust_info $(P) $(S) 3")
field(FLNK, "$(IOCNAME):$(TYPE)_CLUST_AVAIL_$(S)")
}

Expand Down

0 comments on commit 7f90d16

Please sign in to comment.