We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9cb946 commit 2c810ffCopy full SHA for 2c810ff
1 file changed
assets/js/index.js
@@ -151,6 +151,7 @@ async function changeData(category, priority, status, service_name) {
151
}
152
153
if (service_name != "") {
154
+ console.log(service_name);
155
for (let index = 0; index < items.length; index++) {
156
const element = items[index];
157
if (element["name"].search(service_name) != -1) {
0 commit comments