Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion client/WEB-INF/classes/resources/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,7 @@ label.lang.norwegian=Norwegian
label.lang.polish=Polish
label.lang.russian=Russian
label.lang.spanish=Spanish
label.lang.hungarian=Hungarian
label.last.disconnected=Last Disconnected
label.last.name=Last Name
label.latest.events=Latest events
Expand Down Expand Up @@ -2057,4 +2058,4 @@ state.Stopping=Stopping
state.Suspended=Suspended
ui.listView.filters.all=All
ui.listView.filters.mine=Mine
label.na=NA
label.na=NA
9 changes: 0 additions & 9 deletions plugins/hypervisors/kvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@
<version>4.5.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<repositories>
<repository>
<id>ceph-com</id>
<url>http://eu.ceph.com/maven</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>commons-io</groupId>
Expand Down
1 change: 1 addition & 0 deletions ui/dictionary.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,7 @@ dictionary = {
'label.lang.japanese': '<fmt:message key="label.lang.japanese" />',
'label.lang.korean': '<fmt:message key="label.lang.korean" />',
'label.lang.spanish': '<fmt:message key="label.lang.spanish" />',
'label.lang.hungarian': '<fmt:message key="label.lang.hungarian" />',
'label.last.disconnected': '<fmt:message key="label.last.disconnected" />',
'label.last.name': '<fmt:message key="label.last.name" />',
'label.latest.events': '<fmt:message key="label.latest.events" />',
Expand Down
1 change: 1 addition & 0 deletions ui/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
<option value="ar"><fmt:message key="label.lang.arabic"/></option>
<option value="nl_NL"><fmt:message key="label.lang.dutch"/></option>
<option value="pl"><fmt:message key="label.lang.polish"/></option>
<option value="hu"><fmt:message key="label.lang.hungarian"/></option>
</select>
</div>
</div>
Expand Down