Ann

Results 48 issues of Ann

If iTop manage lots of Organizations, It will be inconvenient when switch organization at the left upper corner, this pr add default favorite_orgs through config file.

enhancement

For example, `service_details` is AttributeCustomFields,in rest/json service, it will return `null` ```json { "objects": { "UserRequest::3979": { "code": 0, "message": "", "class": "UserRequest", "key": "3979", "fields": { "service_details": null }...

This is the code, only flowchart displayed, sequence diagram not displayed ``` var flowchart_diagram = flowchart.parse('st=>start: Start:>http://www.google.com[blank]e=>end:>http://www.google.com\n' + 'op1=>operation: My Operation\n' + 'sub1=>subroutine: My Subroutine\n' + 'cond=>condition: Yes\n' + 'or...

bug

## Brief outline of the bug when longtable and float in single page, will cause error page break. Some content will overflow. This bug with fix is described in detail...

bug
category tools
long-term

It will be perfect if this project can support the title and the legend , as in the picture below ![wc9b1](https://user-images.githubusercontent.com/4145852/36072747-f7f49f3e-0f5f-11e8-9e04-0113186a2c55.jpg)

enhancement
help wanted
hacktoberfest

### Describe the feature display math equotion use mathjax or katex ### Additional context _No response_ ### Participation - [ ] I am willing to submit a pull request for...

enhancement

hey I was wondering how to add a unique field. For example, server SN (Serial Number) should be unique, but now I successfully add two objects with same value of...

feature request

for kubernetes, if image tag is `latest` and user did not set pull policy, use policy `Always`

```html $.getScript("https://cdn.bootcdn.net/ajax/libs/echarts/5.0.0-alpha.2/echarts.common.min.js"); function EchartDraw() { // 基于准备好的dom,初始化echarts实例 var myChart = echarts.init(document.getElementById('main')); // 指定图表的配置项和数据 var option = { title: { text: 'ECharts 入门示例' }, tooltip: {}, legend: { data:['销量'] }, xAxis:...

参考 Teemip 自定义 MacAddress 以及 AttributePercentage 的 bar 形式显示,写一个 AttributeStatus,来展示 Kubernetes 服务的状态,不同状态展示不同颜色。