Signed-off-by: Aline Manera <aline.manera(a)gmail.com>
---
ui/js/src/kimchi.network_edit_main.js | 2 +-
ui/pages/tabs/guests.html.tmpl | 3 +--
ui/pages/tabs/network.html.tmpl | 3 +--
ui/pages/tabs/storage.html.tmpl | 1 -
ui/pages/tabs/templates.html.tmpl | 3 +--
5 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/ui/js/src/kimchi.network_edit_main.js
b/ui/js/src/kimchi.network_edit_main.js
index d0174dd..d1382e9 100644
--- a/ui/js/src/kimchi.network_edit_main.js
+++ b/ui/js/src/kimchi.network_edit_main.js
@@ -1,7 +1,7 @@
/*
* Project Kimchi
*
- * Copyright IBM Corp, 2016
+ * Copyright IBM Corp, 2016-2017
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/ui/pages/tabs/guests.html.tmpl b/ui/pages/tabs/guests.html.tmpl
index 938e38a..d19fe15 100644
--- a/ui/pages/tabs/guests.html.tmpl
+++ b/ui/pages/tabs/guests.html.tmpl
@@ -1,7 +1,7 @@
#*
* Project Kimchi
*
- * Copyright IBM Corp, 2013-2016
+ * Copyright IBM Corp, 2013-2017
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -45,7 +45,6 @@
<input type="text" class="filter form-control
search" id="search_input"
placeholder="$_("Filter")">
</div>
</div>
- <div id="alert-container"></div>
<div id="guestListField" style="display: none">
<ul class="wok-guest-list">
<li class="wok-guest-list-header">
diff --git a/ui/pages/tabs/network.html.tmpl b/ui/pages/tabs/network.html.tmpl
index edffed0..bd7aca0 100644
--- a/ui/pages/tabs/network.html.tmpl
+++ b/ui/pages/tabs/network.html.tmpl
@@ -1,7 +1,7 @@
#*
* Project Kimchi
*
- * Copyright IBM Corp, 2013-2016
+ * Copyright IBM Corp, 2013-2017
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -38,7 +38,6 @@
<input type="text" class="filter form-control"
placeholder="$_("Filter")">
</div>
</div>
- <div id="alert-container"></div>
<div id="networkGrid" class="hidden">
<div>
<span class="column-state"><span
class="sr-only">$_("State")</span></span><!--
diff --git a/ui/pages/tabs/storage.html.tmpl b/ui/pages/tabs/storage.html.tmpl
index ad88b65..06bfab5 100644
--- a/ui/pages/tabs/storage.html.tmpl
+++ b/ui/pages/tabs/storage.html.tmpl
@@ -37,7 +37,6 @@
<input type="text" class="filter form-control"
placeholder="$_("Filter")">
</div>
</div>
- <div id="alert-container"></div>
<div id='storageGrid' class="hidden">
<div>
<span class="column-state"><span
class="sr-only">$_("State")</span></span><!--
diff --git a/ui/pages/tabs/templates.html.tmpl b/ui/pages/tabs/templates.html.tmpl
index 2700dd7..8642770 100644
--- a/ui/pages/tabs/templates.html.tmpl
+++ b/ui/pages/tabs/templates.html.tmpl
@@ -1,7 +1,7 @@
#*
* Project Kimchi
*
-* Copyright IBM Corp, 2013-2016
+* Copyright IBM Corp, 2013-2017
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -54,7 +54,6 @@
<input type="text" class="filter form-control
search" id="search_input"
placeholder="$_("Filter")">
</div>
</div>
- <div id="alert-container"></div>
<ul id="templates-grid" class="wok-vm-list hidden
empty-when-logged-off">
<li class="wok-vm-header">
<span class="column-name"
title="$_('Template Name (ID)')">$_("Template Name
(ID)")</span><!--
--
2.9.5