Skip to content

Commit

Permalink
docs: add coding to table
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Mar 31, 2020
1 parent 06b5952 commit aaf1f07
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
3 changes: 2 additions & 1 deletion src/app/features/periodic-table/periodic-table.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ export class PeriodicTableComponent implements OnInit, OnChanges {
{ type: 'analytics', displayName: '分析'},
{ type: 'aiops', displayName: '智能运维'},
{ type: 'collaboration', displayName: '协作'},
// { type: 'operation', displayName: '运营'},
{ type: 'operation', displayName: '运营'},
{ type: 'platform', displayName: '平台'},
];

constructor(private http: HttpClient) {
Expand Down
11 changes: 5 additions & 6 deletions src/assets/periodic-table.json
Original file line number Diff line number Diff line change
Expand Up @@ -677,8 +677,6 @@
"pay": "Pd",
"symbol": "Hc"
},


{
"name": "Splunk",
"category": "aiops",
Expand Down Expand Up @@ -823,11 +821,12 @@
"symbol": "Rm"
},
{
"name": "TBD",
"category": "atom-placeholder",
"name": "Coding DevOps",
"description": "CODING DevOps 提供从需求提交到产品迭代,从代码管理到持续集成,制品管理直至最终持续部署的全套流程。流水线标准化作业,自动化版本记录,降低企业研发管理难度,提升研发效率。",
"category": "platform",
"number": 116,
"pay": "",
"symbol": ""
"pay": "Pd",
"symbol": "Co"
},
{
"name": "TBD",
Expand Down
2 changes: 1 addition & 1 deletion src/styles/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ $gray: #D3D3D3;

$periodic-square: 64px;


.type-9690 { background:#F37C20; } /* DATABASE */
.type-6475 { background:#E9BD1E; } /* SCM */
.type-5506 { background:#00A2A1; } /* BUILD */
Expand Down Expand Up @@ -47,3 +46,4 @@ $periodic-square: 64px;
.aiops { background:#bc580a; } /* AI OPS */
.operation { background: #4178bc; } /* AI OPS */
.atom-placeholder {background: #dda750;}
.platform {background: #dd002c;}

0 comments on commit aaf1f07

Please sign in to comment.