mirror of https://github.com/apache/cloudstack.git
Merge branch 'master' into api_refactoring
This commit is contained in:
commit
a0dbbad253
2
LICENSE
2
LICENSE
|
|
@ -1,4 +1,4 @@
|
|||
Copyright (c) 2012 The Apache Software Foundation
|
||||
Copyright (c) 2013 The Apache Software Foundation
|
||||
|
||||
|
||||
Apache License
|
||||
|
|
|
|||
|
|
@ -110,7 +110,7 @@ cloud-utils_4.0.0-incubating_amd64.deb
|
|||
create <filename>/etc/apt/sources.list.d/cloudstack.list</filename> with this
|
||||
line:</para>
|
||||
|
||||
<programlisting>deb http://<replaceable>server.url</replaceable>/cloudstack/repo binary/</programlisting>
|
||||
<programlisting>deb http://<replaceable>server.url</replaceable>/cloudstack/repo binary ./</programlisting>
|
||||
|
||||
<para>Now that you have the repository info in place, you'll want to run another
|
||||
update so that APT knows where to find the &PRODUCT; packages.</para>
|
||||
|
|
|
|||
|
|
@ -452,11 +452,6 @@ div.list-view table tbody td span {
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
div.list-view table tbody td span:hover {
|
||||
overflow: auto;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
div.list-view div.toolbar div.section-switcher div.section-select label {
|
||||
margin: 0 9px 0 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue