diff options
author | Shawn Severin <shawn.severin@amdocs.com> | 2017-12-07 15:19:25 -0500 |
---|---|---|
committer | Shawn Severin <shawn.severin@amdocs.com> | 2017-12-07 15:19:46 -0500 |
commit | a7b4b96afee33a2ff458f906742d88cd306ed961 (patch) | |
tree | dcf2b16fdc4f52368327d372112cebaf126a1ded /src/editAttributes/index.html | |
parent | 6ac2e7c0bef5ee478b36181b8bb384119ad3d937 (diff) |
Adding filter bar
Issue-ID: AAI-543
Change-Id: I18ec69f4585a9f01feafd009fcd30493a039b064
Signed-off-by: Shawn Severin <shawn.severin@amdocs.com>
Diffstat (limited to 'src/editAttributes/index.html')
-rw-r--r-- | src/editAttributes/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/editAttributes/index.html b/src/editAttributes/index.html new file mode 100644 index 0000000..45c0d04 --- /dev/null +++ b/src/editAttributes/index.html @@ -0,0 +1,12 @@ +<html> +<head> + <meta charset="utf-8"> + <title>Edit Attributes</title> +</head> + +<body> +<div id="set-attribute-app"></div> +</body> + +<script src="editAttributesBundle.js"></script> +</html> |