mirror of https://github.com/rancher/ui.git
Remove 512mb option from DigitalOcean
This commit is contained in:
parent
75e388152d
commit
2496e12bff
|
|
@ -34,7 +34,6 @@ export default {
|
|||
"1gb",
|
||||
"4gb",
|
||||
"8gb",
|
||||
"512mb",
|
||||
"64gb",
|
||||
"48gb"
|
||||
],
|
||||
|
|
@ -55,7 +54,6 @@ export default {
|
|||
"1gb",
|
||||
"4gb",
|
||||
"8gb",
|
||||
"512mb",
|
||||
"64gb",
|
||||
"48gb"
|
||||
],
|
||||
|
|
@ -78,7 +76,6 @@ export default {
|
|||
"1gb",
|
||||
"4gb",
|
||||
"8gb",
|
||||
"512mb",
|
||||
"64gb",
|
||||
"48gb"
|
||||
],
|
||||
|
|
@ -101,7 +98,6 @@ export default {
|
|||
"1gb",
|
||||
"4gb",
|
||||
"8gb",
|
||||
"512mb",
|
||||
"64gb",
|
||||
"48gb"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ export default Ember.Route.extend({
|
|||
var config = store.createRecord({
|
||||
type: 'digitaloceanConfig',
|
||||
accessToken: '',
|
||||
size: '512mb',
|
||||
size: '1gb',
|
||||
region: 'nyc3',
|
||||
image: 'ubuntu-14-04-x64'
|
||||
});
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@ $instance_action: #ededed;
|
|||
.host-info {
|
||||
padding: 5px;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #f9fafc;
|
||||
border-bottom: 1px solid $host_border;
|
||||
|
||||
.host-info-item {
|
||||
margin-top: 5px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue