remove state and config button
This commit is contained in:
@@ -815,12 +815,6 @@ module.exports = {
|
||||
}
|
||||
}
|
||||
},
|
||||
print_config: function () {
|
||||
console.log(this.config);
|
||||
},
|
||||
print_state: function () {
|
||||
console.log(this.state);
|
||||
},
|
||||
},
|
||||
|
||||
mixins: [require("./axis-vars")],
|
||||
|
||||
@@ -326,9 +326,6 @@ script#control-view-template(type="text/x-template")
|
||||
button.pure-button.button-success(@click="delete_current")
|
||||
.fa.fa-trash
|
||||
| Selected
|
||||
|
||||
button.submit-macros(title="Cancel Macros",@click="print_config",style="margin-left:5px;background-color:#fafafa;") CONFIG
|
||||
button.submit-macros(title="Cancel Macros",@click="print_state",style="margin-left:5px;background-color:#fafafa;") STATE
|
||||
|
||||
.drop-down-container
|
||||
message(:show.sync="create_folder")
|
||||
|
||||
Reference in New Issue
Block a user