Remove 512mb option from DigitalOcean

This commit is contained in:
Vincent Fiduccia 2015-03-18 13:12:59 -07:00
parent 75e388152d
commit 2496e12bff
3 changed files with 2 additions and 6 deletions

View File

@ -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"
],

View File

@ -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'
});

View File

@ -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;