aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorEran (ev672n), Vosk <ev672n@att.com>2018-08-07 20:53:11 +0300
committerEran (ev672n), Vosk <ev672n@att.com>2018-08-07 20:53:11 +0300
commite9ae0a166019675b383cd8cc5d0c591846267518 (patch)
tree6caf0f08be05b10f8903a5f099c5dcca7f945fa1 /app
parentb9708a7c3cfaf5767992a2b15180e7b85c459242 (diff)
adding the dcae dt code
Adding DCAE-dt code Change-Id: Ia349ec9fcec2820cb81695144b59a3a557d7a0d4 Issue-ID: SDC-1614 Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
Diffstat (limited to 'app')
-rwxr-xr-xapp/grep.sh53
-rw-r--r--app/index.html25
2 files changed, 0 insertions, 78 deletions
diff --git a/app/grep.sh b/app/grep.sh
deleted file mode 100755
index 40c2c7a..0000000
--- a/app/grep.sh
+++ /dev/null
@@ -1,53 +0,0 @@
-#!/bin/bash
-clear
-
-echo "Create grep-logs folder for txt files"
-mkdir -p grep-logs
-
-echo "Producing AIC-grep.txt"
-grep -riHI --exclude=AIC-grep.txt "aic" ./ | grep -vI --exclude=AIC-grep.txt "AiC" | grep -vI --exclude=AIC-grep.txt "aaico" >> grep-logs/AIC-grep.txt
-
-echo "Producing amdocs-grep.txt"
-grep -riHI --exclude=amdocs-grep.txt "amdocs" >> grep-logs/amdocs-grep.txt
-
-echo "Producing att-grep.txt"
-grep -riH --exclude=att-grep.txt " att " ./ | grep -vI --exclude=att-grep.txt "collector\.log" | grep -vI --exclude=att-grep.txt "Canvas.prototype.zoom = function(newScale, center) " >> grep-logs/att-grep.txt
-
-echo "Producing attuid-grep.txt"
-grep -rHI --exclude=attuid-grep.txt " [a-zA-Z][a-zA-Z][0-9][0-9][0-9][0-9a-zA-Z] " >> grep-logs/attuid-grep.txt
-
-echo "Producing comatt-grep.txt"
-grep -riHI --exclude=comatt-grep.txt "com.att" >> grep-logs/comatt-grep.txt
-
-echo "Producing ecomp-grep.txt"
-grep -riHI --exclude=ecomp-grep.txt "ecomp" | grep -viI --exclude=ecomp-grep.txt "opene" >> grep-logs/ecomp-grep.txt
-
-echo "Producing nfod-grep.txt"
-grep -riHI --exclude=nfod-grep.txt 'Network On Demand' >> grep-logs/nfod-grep.txt
-
-echo "Producing ngeag-grep.txt"
-grep -riHI --exclude=ngeag-grep.txt 'ngeag' >> grep-logs/ngeag-grep.txt
-
-echo "Producing public12-ip-grep.txt"
-grep -rEI --exclude=public12-ip-grep.txt '12\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}' >> grep-logs/public12-ip-grep.txt
-
-echo "Producing public135-ip-grep.txt"
-grep -rEI --exclude=public135-ip-grep.txt '135\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}' >> grep-logs/public135-ip-grep.txt
-
-echo "Producing public172-99-ip-grep.txt"
-grep -riHI --exclude=public172-99-ip-grep.txt "172\.99" >> grep-logs/public172-99-ip-grep.txt
-
-echo "Producing research-com-att-grep.txt"
-grep -riHI --exclude=research-com-att-grep.txt "research\.att\.com" >> grep-logs/research-com-att-grep.txt
-
-echo "Producing sbc-grep.txt"
-grep -riHI --exclude=sbc-grep.txt "sbc" >> grep-logs/sbc-grep.txt
-
-echo "Producing sbc-com-grep.txt"
-grep -riHI --exclude=sbc-com-grep.txt "sbc\.com" >> grep-logs/sbc-com-grep.txt
-
-echo "Producing ucpe-grep.txt"
-grep -riHI --exclude=ucpe-grep.txt "ucpe" >> grep-logs/ucpe-grep.txt
-
-echo "Finished greppppp!!!!"
-
diff --git a/app/index.html b/app/index.html
index 17f6ae0..fa97ba1 100644
--- a/app/index.html
+++ b/app/index.html
@@ -163,31 +163,6 @@
document.getElementById("content-container").style.marginLeft = "0";
}
</script>
-
-
- <script src="./bower_components/sdc-pubsub.js"></script>
- <!-- <script src="./my-lib.js"></script> -->
- <script>
- debugger;
- var pubsub = window.sdcPubSub.PluginPubSub;
- window.sdc = new pubsub('DCAE-DS', 'https://www.e-access.att.com', ['WINDOW_OUT']);
- window.sdc.notify('READY');
- window.sdc.on(function (eventData, event) {
- console.log('eventData', eventData);
- console.log('event', event);
- if (eventData.type === 'WINDOW_OUT') {
- if (window.location.hash === 'dcae/composition') {
- $('#confirm-modal').modal('show');
- } else {
- window.sdc.notify('ACTION_COMPLETED');
- }
- } else {
- window.sdc.notify('ACTION_COMPLETED');
- }
- });
- </script>
-
-
<!-- endbuild -->
</body>