File tree Expand file tree Collapse file tree
che-core-ide-stacks/src/main/resources
che-core-ide-templates/src/main/resources
dashboard/src/components/widget/simple-selecter Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[
2+ {
3+ "id" : " blank-default" ,
4+ "creator" : " ide" ,
5+ "name" : " Blank" ,
6+ "description" : " Default Blank Stack." ,
7+ "scope" : " general" ,
8+ "tags" : [
9+ " Blank" ,
10+ " Ubuntu" ,
11+ " Git"
12+ ],
13+ "components" : [
14+ ],
15+ "source" : {
16+ "type" : " image" ,
17+ "origin" : " codenvy/ubuntu_jdk8"
18+ },
19+ "workspaceConfig" : {
20+ "environments" : [
21+ {
22+ "name" : " default" ,
23+ "recipe" : null ,
24+ "machineConfigs" : [
25+ {
26+ "name" : " default" ,
27+ "limits" : {
28+ "ram" : 1000
29+ },
30+ "source" : {
31+ "location" : " stub" ,
32+ "type" : " recipe"
33+ },
34+ "type" : " docker" ,
35+ "dev" : true
36+ }
37+ ]
38+ }
39+ ],
40+ "name" : " default" ,
41+ "defaultEnv" : " default" ,
42+ "description" : null
43+ },
44+ "permissions" : {
45+ "groups" : [
46+ {
47+ "acl" : [
48+ " read" ,
49+ " search"
50+ ],
51+ "name" : " public"
52+ }
53+ ],
54+ "users" : {}
55+ },
56+ "stackIcon" : {
57+ "name" : " type-blank.svg" ,
58+ "mediaType" : " image/svg+xml"
59+ }
60+ },
261 {
362 "id" : " java-default" ,
463 "creator" : " ide" ,
Original file line number Diff line number Diff line change 11[
2+ {
3+ "name" : " blank-project" ,
4+ "displayName" : " blank-project" ,
5+ "path" : " /blank-project" ,
6+ "description" : " A blank project example." ,
7+ "projectType" : " blank" ,
8+ "mixins" : [],
9+ "attributes" : {
10+ },
11+ "modules" : [],
12+ "problems" : [],
13+ "source" : {
14+ "type" : " git" ,
15+ "location" : " https://github.com/che-samples/blank" ,
16+ "parameters" : {}
17+ },
18+ "commands" : [],
19+ "links" : [],
20+ "category" : " Samples" ,
21+ "tags" : [
22+ " blank"
23+ ]
24+ },
225 {
326 "name" : " web-java-spring" ,
427 "displayName" : " web-java-spring" ,
Original file line number Diff line number Diff line change @@ -101,4 +101,4 @@ che-simple-selecter md-card:focus
101101che-simple-selecter
102102 outline none
103103 margin-bottom 20px
104- margin-right auto
104+ margin-right 20 px
You can’t perform that action at this time.
0 commit comments