Changed .add to .create

This commit is contained in:
2024-07-31 20:02:51 -04:00
parent 75a486251d
commit fb9a19d5f0
10 changed files with 21 additions and 137 deletions
+3 -3
View File
@@ -110,8 +110,8 @@
});
});
app.subscribe(/./g, function(data, topic){
console.log('topic', data);
app.subscribe(/^model:Host/, function(data, topic){
console.log(topic, data);
});
//search bar html event logic stolen from here
@@ -299,7 +299,7 @@
</div>
<div class="card-header actionMessage" style="display:none"></div>
<div class="card-header search-wrapper">
<div class="card-body search-wrapper">
<label class="control-label" for="search" style="margin-left: -5px;">Search Hosts: </label>
<input type="search" id="search" host-search>
</div>