Skip to content

Commit

Permalink
#4523 Embed queries in dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
stroomdev66 committed Oct 9, 2024
1 parent d766484 commit 797dec7
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 65 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,19 +214,11 @@
"type" : "text",
"streamIdField" : {
"id" : "__stream_id__",
"name" : "__stream_id__",
"expression" : "${StreamId}",
"width" : 200,
"visible" : false,
"special" : true
"name" : "__stream_id__"
},
"recordNoField" : {
"id" : "__event_id__",
"name" : "__event_id__",
"expression" : "${EventId}",
"width" : 200,
"visible" : false,
"special" : true
"name" : "__event_id__"
},
"showAsHtml" : false,
"showStepping" : false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,19 +160,11 @@
"type" : "text",
"streamIdField" : {
"id" : "__stream_id__",
"name" : "__stream_id__",
"expression" : "${StreamId}",
"width" : 200,
"visible" : false,
"special" : true
"name" : "__stream_id__"
},
"recordNoField" : {
"id" : "__event_id__",
"name" : "__event_id__",
"expression" : "${EventId}",
"width" : 200,
"visible" : false,
"special" : true
"name" : "__event_id__"
},
"showAsHtml" : false,
"showStepping" : false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,16 +184,10 @@
"settings" : {
"type" : "text",
"streamIdField" : {
"name" : "__stream_id__",
"width" : 200,
"visible" : true,
"special" : false
"name" : "__stream_id__"
},
"recordNoField" : {
"name" : "__event_id__",
"width" : 200,
"visible" : true,
"special" : false
"name" : "__event_id__"
},
"showAsHtml" : false,
"showStepping" : true,
Expand All @@ -207,59 +201,31 @@
"type" : "text",
"streamIdField" : {
"id" : "table-IIO1T|JF4LB",
"name" : "src-id",
"expression" : "${src-id}",
"width" : 50,
"visible" : true,
"special" : false
"name" : "src-id"
},
"partNoField" : {
"id" : "table-IIO1T|KM4VR",
"name" : "src-partNo",
"expression" : "${src-partNo}",
"width" : 72,
"visible" : true,
"special" : false
"name" : "src-partNo"
},
"recordNoField" : {
"id" : "table-IIO1T|DGJKJ",
"name" : "src-recordNo",
"expression" : "${src-recordNo}",
"width" : 89,
"visible" : true,
"special" : false
"name" : "src-recordNo"
},
"lineFromField" : {
"id" : "table-IIO1T|4VERB",
"name" : "src-lineFrom",
"expression" : "${src-lineFrom}",
"width" : 81,
"visible" : true,
"special" : false
"name" : "src-lineFrom"
},
"colFromField" : {
"id" : "table-IIO1T|2QMF7",
"name" : "src-colFrom",
"expression" : "${src-colFrom}",
"width" : 81,
"visible" : true,
"special" : false
"name" : "src-colFrom"
},
"lineToField" : {
"id" : "table-IIO1T|WJNZI",
"name" : "src-lineTo",
"expression" : "${src-lineTo}",
"width" : 70,
"visible" : true,
"special" : false
"name" : "src-lineTo"
},
"colToField" : {
"id" : "table-IIO1T|ATRU5",
"name" : "src-colTo",
"expression" : "${src-colTo}",
"width" : 79,
"visible" : true,
"special" : false
"name" : "src-colTo"
},
"showAsHtml" : false,
"showStepping" : true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ class stroom.query.api.v2.Column - public java.lang.String stroom.query.api.v2.C
class stroom.query.api.v2.Column - public java.lang.String stroom.query.api.v2.Column.getId()
class stroom.query.api.v2.Column - public java.lang.String stroom.query.api.v2.Column.getName()
class stroom.query.api.v2.Column - public java.lang.String stroom.query.api.v2.Column.toString()
class stroom.query.api.v2.Column - public static boolean stroom.query.api.v2.Column.equalsId(stroom.query.api.v2.Column,stroom.query.api.v2.Column)
class stroom.query.api.v2.Column - public static stroom.query.api.v2.Column$Builder stroom.query.api.v2.Column.builder()
class stroom.query.api.v2.Column - public stroom.query.api.v2.Column$Builder stroom.query.api.v2.Column.copy()
class stroom.query.api.v2.Column - public stroom.query.api.v2.Filter stroom.query.api.v2.Column.getFilter()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ class stroom.query.api.v2.Column - public java.lang.String stroom.query.api.v2.C
class stroom.query.api.v2.Column - public java.lang.String stroom.query.api.v2.Column.getId()
class stroom.query.api.v2.Column - public java.lang.String stroom.query.api.v2.Column.getName()
class stroom.query.api.v2.Column - public java.lang.String stroom.query.api.v2.Column.toString()
class stroom.query.api.v2.Column - public static boolean stroom.query.api.v2.Column.equalsId(stroom.query.api.v2.Column,stroom.query.api.v2.Column)
class stroom.query.api.v2.Column - public static stroom.query.api.v2.Column$Builder stroom.query.api.v2.Column.builder()
class stroom.query.api.v2.Column - public stroom.query.api.v2.Column$Builder stroom.query.api.v2.Column.copy()
class stroom.query.api.v2.Column - public stroom.query.api.v2.Filter stroom.query.api.v2.Column.getFilter()
Expand Down

0 comments on commit 797dec7

Please sign in to comment.