mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
double quote the keys in json
This commit is contained in:
parent
710487b039
commit
4571781157
2 changed files with 14 additions and 14 deletions
|
|
@ -15,11 +15,11 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
{
|
||||
type : "APPLICATION",
|
||||
name : "zeppelin.clock",
|
||||
description : "Clock (example)",
|
||||
artifact : "zeppelin-examples/zeppelin-example-clock/target/zeppelin-example-clock-0.6.0-incubating-SNAPSHOT.jar",
|
||||
className : "org.apache.zeppelin.example.app.clock.Clock",
|
||||
resources : [[":java.util.Date"]],
|
||||
icon : '<i class="fa fa-clock-o"></i>'
|
||||
"type" : "APPLICATION",
|
||||
"name" : "zeppelin.clock",
|
||||
"description" : "Clock (example)",
|
||||
"artifact" : "zeppelin-examples/zeppelin-example-clock/target/zeppelin-example-clock-0.6.0-incubating-SNAPSHOT.jar",
|
||||
"className" : "org.apache.zeppelin.example.app.clock.Clock",
|
||||
"resources" : [[":java.util.Date"]],
|
||||
"icon" : '<i class="fa fa-clock-o"></i>'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,11 +15,11 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
{
|
||||
type : "APPLICATION",
|
||||
name : "zeppelin.horizontalbar",
|
||||
description : "Horizontal Bar chart (example)",
|
||||
artifact : "zeppelin-examples/zeppelin-example-horizontalbar/target/zeppelin-example-horizontalbar-0.6.0-incubating-SNAPSHOT.jar",
|
||||
className : "org.apache.zeppelin.example.app.horizontalbar.HorizontalBar",
|
||||
resources : [[":org.apache.zeppelin.interpreter.InterpreterResult"]],
|
||||
icon : '<i class="fa fa-bar-chart" style="-webkit-transform: rotate(90deg) scaleX(-1);-moz-transform: rotate(90deg) scaleX(-1);-ms-transform: rotate(90deg) scaleX(-1);"></i>'
|
||||
"type" : "APPLICATION",
|
||||
"name" : "zeppelin.horizontalbar",
|
||||
"description" : "Horizontal Bar chart (example)",
|
||||
"artifact" : "zeppelin-examples/zeppelin-example-horizontalbar/target/zeppelin-example-horizontalbar-0.6.0-incubating-SNAPSHOT.jar",
|
||||
"className" : "org.apache.zeppelin.example.app.horizontalbar.HorizontalBar",
|
||||
"resources" : [[":org.apache.zeppelin.interpreter.InterpreterResult"]],
|
||||
"icon" : '<i class="fa fa-bar-chart" style="-webkit-transform: rotate(90deg) scaleX(-1);-moz-transform: rotate(90deg) scaleX(-1);-ms-transform: rotate(90deg) scaleX(-1);"></i>'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue