mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-17 18:58:24 +01:00
fix path
This commit is contained in:
parent
40ff4b4f05
commit
8f988c4e7f
@ -3,6 +3,5 @@
|
||||
Generate graph from text using dot(viz) format
|
||||
|
||||
## Change logs
|
||||
|
||||
### v0.0.1-a
|
||||
* First version
|
||||
* v0.0.2-a: Fix path problem
|
||||
* v0.0.1-a: First version
|
@ -3,6 +3,5 @@
|
||||
Generate graph from text using dot(viz) format
|
||||
|
||||
## Change logs
|
||||
|
||||
### v0.0.1-a
|
||||
* First version
|
||||
* v0.0.2-a: Fix path problem
|
||||
* v0.0.1-a: First version
|
File diff suppressed because one or more lines are too long
@ -7,7 +7,7 @@
|
||||
"email": "xsang.le@gmail.com",
|
||||
"licences": "GPLv3"
|
||||
},
|
||||
"version":"0.0.1-a",
|
||||
"version":"0.0.2-a",
|
||||
"category":"Office",
|
||||
"iconclass": "fa fa-sitemap",
|
||||
"mimes":["text/.*graphviz"]
|
||||
|
Binary file not shown.
@ -28,7 +28,7 @@ class VizApp extends this.OS.application.BaseApplication
|
||||
@btctn = @find "btn-container"
|
||||
@previewSVG = undefined
|
||||
$(@preview).append @btctn
|
||||
ace.config.set("basePath", "#{window.location.pathname}/scripts/ace")
|
||||
ace.config.set("basePath", "scripts/ace")
|
||||
@editor = ace.edit @datarea
|
||||
@editor.setOptions {
|
||||
enableBasicAutocompletion: true,
|
||||
|
@ -7,7 +7,7 @@
|
||||
"email": "xsang.le@gmail.com",
|
||||
"licences": "GPLv3"
|
||||
},
|
||||
"version":"0.0.1-a",
|
||||
"version":"0.0.2-a",
|
||||
"category":"Office",
|
||||
"iconclass": "fa fa-sitemap",
|
||||
"mimes":["text/.*graphviz"]
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "VizApp",
|
||||
"root": "home://workspace/antosdk-apps/Viz",
|
||||
"root": "home://workspace/antosdk-apps/VizApp",
|
||||
"css": ["css/main.css"],
|
||||
"javascripts": [
|
||||
"javascripts/svg-pan-zoom.js",
|
||||
|
@ -167,7 +167,7 @@
|
||||
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/VizApp/README.md",
|
||||
"category": "Office",
|
||||
"author": "Xuan Sang LE",
|
||||
"version": "0.0.1-a",
|
||||
"version": "0.0.2-a",
|
||||
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/VizApp/build/release/VizApp.zip"
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user