#83 coreos: default to the stable stream
Merged 4 years ago by dustymabe. Opened 4 years ago by jlebon.
fedora-web/ jlebon/websites pr/default-stable  into  master

@@ -85,7 +85,7 @@ 

      // currently shown tab

      shownId: IdPool.cloud_launchable,

      // currently selected stream

-     stream: 'testing',

+     stream: 'stable',

      // currently selected architecture

      architecture: 'x86_64',

      // current url to dir for stream
@@ -166,8 +166,8 @@ 

      // Add dropdown options of streams

      getStreamName: function(h) {

        if (this.streamData === null) return;

-       option_default = h('option', { attrs: { value: "testing", selected: "selected" }}, "testing");

-       option_stable = h('option', { attrs: { value: "stable" }}, "stable");

+       option_default = h('option', { attrs: { value: "stable", selected: "selected" }}, "stable");

+       option_testing = h('option', { attrs: { value: "testing" }}, "testing");

        selectOptions = h('select', {

          class: "mx-1",

          on: {
@@ -177,7 +177,7 @@ 

          }

        }, [

          option_default,

-         option_stable

+         option_testing

        ]);

        streamName = h('p', {}, [

          "Stream: ",

We have the final bits for the stable release in place now!

Hold for now; prep for when we actually have the final bits in place. :)

OK, bits are now in place! Consider this unheld and ready for merge.

rebased onto a47fc6e

4 years ago

Pull-Request has been merged by dustymabe

4 years ago

Metadata Update from @bcotton:
- Pull-request tagged with: content
- Request assigned

4 years ago

Metadata Update from @bcotton:
- Request assignee reset

4 years ago
Metadata