diff --git a/pom.xml b/pom.xml
index 3e261d3..f94753f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -266,21 +266,7 @@
-
+
diff --git a/src/main/java/eu/geoknow/generator/workflow/beans/StepExecutionDetail.java b/src/main/java/eu/geoknow/generator/workflow/beans/StepExecutionDetail.java
index b5a3e6c..bfc9a40 100644
--- a/src/main/java/eu/geoknow/generator/workflow/beans/StepExecutionDetail.java
+++ b/src/main/java/eu/geoknow/generator/workflow/beans/StepExecutionDetail.java
@@ -16,7 +16,7 @@ public class StepExecutionDetail {
private String startTime;
private String duration;
private int readCount;
- private int writeCoun;
+ private int writeCount;
private int filterCount;
private int readSkipCount;
private int processSkipCount;
@@ -29,8 +29,8 @@ public int getReadCount() {
return readCount;
}
- public int getWriteCoun() {
- return writeCoun;
+ public int getWriteCount() {
+ return writeCount;
}
public int getCommitCount() {
@@ -89,8 +89,8 @@ public void setReadCount(int readCount) {
this.readCount = readCount;
}
- public void setWriteCoun(int writeCoun) {
- this.writeCoun = writeCoun;
+ public void setWriteCount(int writeCount) {
+ this.writeCount = writeCount;
}
public void setCommitCount(int commitCount) {
diff --git a/src/main/webapp/js/settings/named-graphs/graphs.html b/src/main/webapp/js/settings/named-graphs/graphs.html
index d6681f3..d14b882 100644
--- a/src/main/webapp/js/settings/named-graphs/graphs.html
+++ b/src/main/webapp/js/settings/named-graphs/graphs.html
@@ -1,222 +1,226 @@
Named Graphs Management
-
-
Named Graph Sets
-
-
-
-
- Action |
- Identifier |
- Label |
- Description |
- URI |
- Created |
- Versions |
-
-
-
-
-
-
-
- |
- {{vg.identifier}} |
- {{vg.label}} |
- {{vg.description}} |
- {{vg.uri}} |
- {{vg.created | formatDate}} |
-
-
-
-
- |
-
-
-
-
-
-
User Graphs
-
-
-
- Action |
- Label |
- URI |
- Triples |
- Created |
- Modified |
- Issued |
- Public Access |
- Read Access |
- Write Access |
-
-
-
-
-
-
-
-
- |
- {{namedgraph.graph.label}} |
- {{namedgraph.name}} |
- {{namedgraph.graph.triples}} |
- {{namedgraph.graph.created | formatDate}} |
- {{namedgraph.graph.modified | formatDate}} |
- {{namedgraph.graph.issued | formatDate}} |
- {{accessModes[namedgraph.publicAccess]}} |
-
-
- |
-
-
- |
-
-
-
+
+
+
Named Graph Sets
-
-
-
-
-
-
-
-
- Accessible Graphs
-
-
-
-
- URI |
- Label |
- Description |
- Created |
- Modified |
- Owner |
- Access |
-
-
-
-
- {{namedgraph.name}} |
- {{namedgraph.graph.label}} |
- {{namedgraph.graph.description}} |
- {{namedgraph.graph.created}} |
- {{namedgraph.graph.modified}} |
- {{namedgraph.owner}} |
- {{namedgraph.access}} |
-
-
-
-
-
-
-
-
-
-
- All Graphs
-
-
-
-
- Action |
- URI |
- Label |
- Description |
- Created |
- Modified |
- Owner |
- Public access |
- Read access |
- Write access |
-
-
-
-
-
-
-
-
- |
- {{namedgraph.name}} |
- {{namedgraph.graph.label}} |
- {{namedgraph.graph.description}} |
- {{namedgraph.graph.created}} |
- {{namedgraph.graph.modified}} |
- {{namedgraph.owner}} |
- {{accessModes[namedgraph.publicAccess]}} |
-
-
- |
-
-
- |
-
-
-
-
-
-
-
-
-
-
-
-
- Graph Groups
-
-
+
-
- Action |
- URI |
+
+ Identifier |
Label |
Description |
+ URI |
Created |
- Modified |
- Graphs |
-
+ Versions |
+
-
-
-
-
- |
- {{gg.name}} |
- {{gg.label}} |
- {{gg.description}} |
- {{gg.created}} |
- {{gg.modified}} |
+
+ {{vg.identifier}} |
+ {{vg.label}} |
+ {{vg.description}} |
+ {{vg.uri}} |
+ {{vg.created | formatDate}} |
+
+
|
-
+
-
+
+
+
+
+
+
+
User Graphs
+
+
+
+ Action |
+ Label |
+ URI |
+ Triples |
+ Created |
+ Modified |
+ Issued |
+ Public Access |
+ Read Access |
+ Write Access |
+
+
+
+
+
+
+
+
+ |
+ {{namedgraph.graph.label}} |
+ {{namedgraph.name}} |
+ {{namedgraph.graph.triples}} |
+ {{namedgraph.graph.created | formatDate}} |
+ {{namedgraph.graph.modified | formatDate}} |
+ {{namedgraph.graph.issued | formatDate}} |
+ {{accessModes[namedgraph.publicAccess]}} |
+
+
+ |
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Accessible Graphs
+
+
+
+
+ URI |
+ Label |
+ Description |
+ Created |
+ Modified |
+ Owner |
+ Access |
+
+
+
+
+ {{namedgraph.name}} |
+ {{namedgraph.graph.label}} |
+ {{namedgraph.graph.description}} |
+ {{namedgraph.graph.created}} |
+ {{namedgraph.graph.modified}} |
+ {{namedgraph.owner}} |
+ {{namedgraph.access}} |
+
+
+
+
+
+
+
+
+
+
+ All Graphs
+
+
+
+
+ Action |
+ URI |
+ Label |
+ Description |
+ Created |
+ Modified |
+ Owner |
+ Public access |
+ Read access |
+ Write access |
+
+
+
+
+
+
+
+
+ |
+ {{namedgraph.name}} |
+ {{namedgraph.graph.label}} |
+ {{namedgraph.graph.description}} |
+ {{namedgraph.graph.created}} |
+ {{namedgraph.graph.modified}} |
+ {{namedgraph.owner}} |
+ {{accessModes[namedgraph.publicAccess]}} |
+
+
+ |
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Graph Groups
+
+
+
+
+ Action |
+ URI |
+ Label |
+ Description |
+ Created |
+ Modified |
+ Graphs |
+
+
+
+
+
+
+
+ |
+ {{gg.name}} |
+ {{gg.label}} |
+ {{gg.description}} |
+ {{gg.created}} |
+ {{gg.modified}} |
+
+
+ |
+
+
+
+
\ No newline at end of file