密码登录

This commit is contained in:
huanqing.shao
2020-02-03 21:03:06 +08:00
parent a9e907a432
commit 6ddc0e6ca3
5 changed files with 42 additions and 25 deletions

View File

@ -1,12 +1,14 @@
<template>
<div v-if="course">
<div class="school">
<a
:href="course.href"
target="_blank"
:title="course.description"
>{{ course.title ? course.title : '观看本节视频讲解'}}</a>
</div>
<a class="school"
:href="course.href"
target="_blank"
:title="course.description"
>
<p>
{{ course.title ? course.title : '观看本节视频讲解'}}
</p>
</a>
</div>
<div v-else>配置信息不存在</div>
</template>
@ -33,37 +35,37 @@ export default {
</script>
<style scoped>
.school {
.school p {
background-color: #e7ecf3;
padding: 1em 1.25em;
padding: 10px 66px;
border-radius: 2px;
color: #486491;
position: relative;
}
.school a {
.school {
color: #486491 !important;
position: relative;
padding-left: 36px;
}
.school a:before {
.school p:before {
content: '';
position: absolute;
display: block;
width: 30px;
height: 30px;
top: -5px;
left: -4px;
top: 9px;
left: 20px;
border-radius: 50%;
background-color: #73abfe;
}
.school a:after {
.school p:after {
content: '';
position: absolute;
display: block;
width: 0;
height: 0;
top: 5px;
left: 8px;
top: 19px;
left: 32px;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 8px solid #fff;

View File

@ -238,5 +238,7 @@ http://任意一个Worker节点的IP地址:32567/#/console/yournamespace/yourpod
- 使用 Kuboard 工作负载编辑器 [创建第一个应用](/guide/example/busybox.html) 10分钟
- [使用 GitHub/GitLab 账号登录 Kubernetes](/learning/k8s-advanced/sec/authenticate/install.html)
- 尝试 Kuboard 设计的其他 example [使用 Kuboard](/guide/index.html)
- 学习 [Kubernetes免费教程](/learning/)

View File

@ -517,11 +517,13 @@ kubectl delete -f https://kuboard.cn/install-script/v1.17.x/nginx-ingress.yaml
<Course courseId="477593" />
<span v-on:click="$sendGaEvent('安装后求GitHub Star','安装后求GitHub Star','安装后求GitHub Star')"><a href="https://github.com/eip-work/kuboard-press" target="_blank">点击此处给个GitHub Star</a></span>
支持一下吧,<StarCount></StarCount>这么多人都 star 了呢,怎么能少得了您呢?
<!-- <span v-on:click="$sendGaEvent('安装后求GitHub Star','安装后求GitHub Star','安装后求GitHub Star')"><a href="https://github.com/eip-work/kuboard-press" target="_blank">点击此处给个GitHub Star</a></span>
支持一下吧,<StarCount></StarCount>这么多人都 star 了呢,怎么能少得了您呢? -->
[安装 Kuboard - 微服务管理界面](/install/install-dashboard.html)
[使用 GitHub/GitLab 账号登录 Kubernetes](/learning/k8s-advanced/sec/authenticate/install.html)
[获取 Kubernetes 免费教程](/learning/)

View File

@ -2,9 +2,6 @@ Kuboard v1.0.x 的更新说明
必须完成:
* 文档
* 教程
@ -12,13 +9,10 @@ Kuboard v1.0.x 的更新说明
* 群反馈 Pod 列表界面出现重复数据的问题
------------------
* 按名称空间查看 Events
* 按名称空间查看 top pods
* 修改 metadata.labels kuboard v1.0.7
* 支持 Headless Service
* 在服务器端配置 openid connect 的 client_secret 以增强安全性
* 安装文档中,将 daocloud 的镜像地址修改为阿里云的镜像地址
* 日志界面支持 ctrl + F
* 更新版本时,可以通过下拉列表选择仓库中的版本号
* 导入导出时,需要支持 nfs 等类型的数据卷
@ -32,7 +26,6 @@ Kuboard v1.0.x 的更新说明
* https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
* 容器组列表,筛选结果为空时,提示筛选 “其他”
* https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/

View File

@ -14,6 +14,24 @@ description: 本文描述了Kuboard_v1.0.x的版本变更说明
Kuboard v1.0.x 的更新说明
## v1.0.6-beta.8
**发布日期**
2020年2月2日
**新特性**
* 工作负载编辑页面 --> 修改 Service annotations
* 工作负载查看页面 --> 修改 Service annotations
**优化**
* 只显示当前登录用户有权限的操作
* 只监听当前名称空间内的 events而不是全局 events。适应按名称空间授权的情况
* 按名称空间查看 top-pods
**Bug修正**
* 控制台界面切换 bash/sh 失败的问题
## v1.0.6-beta.7
**发布日期**